2017 © Pedro Peláez
 

library wp-login-auth

An authentication class for WordPress

image

wp-kit/wp-login-auth

An authentication class for WordPress

  • Sunday, September 17, 2017
  • by terence1990
  • Repository
  • 1 Watchers
  • 0 Stars
  • 2,004 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 71 % Grown

The README.md

wp-kit/wp-login-auth

An authentication class for WordPress., (*1)

Installation

Install via Composer in a composer driven folder:, (*2)

composer require "wp-kit/wp-login-auth"

Usage

Anywhere in your theme or plugin, use the following code:, (*3)

WPKit\WpLoginAuth\WpLoginAuth::boot([
  'allow' => array(
    '/some/page'
  ),
  'disallow' => array(),
  'logout_redirect' => '/page/login',
  'login_redirect' => home_url(),
  'mask_wp_login' => false
]);

License

wp-kit/wp-login-auth is open-sourced software licensed under the MIT License., (*4)

The Versions

17/09 2017

dev-master

9999999-dev https://github.com/wp-kit/wp-login-auth

An authentication class for WordPress

  Sources   Download

MIT

The Requires

  • php >=5.6.4

 

wordpress authentication

17/09 2017

1.0.0

1.0.0.0 https://github.com/wp-kit/wp-login-auth

An authentication class for WordPress

  Sources   Download

MIT

The Requires

  • php >=5.6.4

 

wordpress authentication