2017 © Pedro PelĂĄez
 

cakephp-plugin authentication

Authentication plugin for CakePHP

image

cakephp/authentication

Authentication plugin for CakePHP

  • Saturday, July 14, 2018
  • by cakephp
  • Repository
  • 39 Watchers
  • 39 Stars
  • 6,613 Installations
  • PHP
  • 2 Dependents
  • 0 Suggesters
  • 22 Forks
  • 4 Open issues
  • 31 Versions
  • 30 % Grown

The README.md

CakePHP Authentication

Build Status Latest Stable Version Total Downloads Code Coverage Software License, (*1)

PSR7 Middleware authentication stack for the CakePHP framework., (*2)

Don't know what middleware is? Check the CakePHP documentation and additionally read this., (*3)

Authentication, not Authorization

This plugin intends to provide a framework around authentication and user identification. Authorization is a separate concern that has been packaged into a separate authorization plugin., (*4)

Installation

You can install this plugin into your CakePHP application using composer:, (*5)

php composer.phar require cakephp/authentication

Load the plugin by adding the following statement in your project's src/Application.php:, (*6)

public function bootstrap(): void
{
    parent::bootstrap();

    $this->addPlugin('Authentication');
}

Documentation

Documentation for this plugin can be found in the CakePHP Cookbook., (*7)

IDE compatibility improvements

For AuthenticationService::loadIdentifier() you an find an IdeHelper task in IdeHelperExtra plugin., (*8)

The Versions

14/07 2018

dev-saeideng-patch-1

dev-saeideng-patch-1 https://cakephp.org

Authentication plugin for CakePHP

  Sources   Download

MIT

The Requires

 

The Development Requires

middleware authentication cakephp auth

28/05 2018

dev-support-query-param

dev-support-query-param https://cakephp.org

Authentication plugin for CakePHP

  Sources   Download

MIT

The Requires

 

The Development Requires

middleware authentication cakephp auth

28/05 2018

dev-service-provider-interface

dev-service-provider-interface https://cakephp.org

Authentication plugin for CakePHP

  Sources   Download

MIT

The Requires

 

The Development Requires

middleware authentication cakephp auth

16/04 2018

dev-feature/view-helper

dev-feature/view-helper https://cakephp.org

Authentication plugin for CakePHP

  Sources   Download

MIT

The Requires

 

The Development Requires

middleware authentication cakephp auth

30/03 2018

dev-unauthenticated-actions

dev-unauthenticated-actions https://cakephp.org

Authentication plugin for CakePHP

  Sources   Download

MIT

The Requires

 

The Development Requires

middleware authentication cakephp auth

29/03 2018

dev-dereuromark-patch-1

dev-dereuromark-patch-1 https://cakephp.org

Authentication plugin for CakePHP

  Sources   Download

MIT

The Requires

 

The Development Requires

middleware authentication cakephp auth

22/01 2018
08/12 2017

1.0.0-rc2

1.0.0.0-RC2

Authentication plugin for CakePHP

  Sources   Download

MIT

The Requires

 

The Development Requires

middleware authentication cakephp auth

27/11 2017

dev-bug/check-login-url

dev-bug/check-login-url

Authentication plugin for CakePHP

  Sources   Download

MIT

The Requires

 

The Development Requires

middleware authentication cakephp auth

28/08 2017

dev-digest-hmac

dev-digest-hmac

Authentication plugin for CakePHP

  Sources   Download

MIT

The Requires

 

The Development Requires

middleware authentication cakephp auth

09/08 2017

dev-travis-7.2

dev-travis-7.2

Authentication plugin for CakePHP

  Sources   Download

MIT

The Requires

 

The Development Requires

middleware authentication cakephp auth

12/06 2017

dev-cookie-authenticator

dev-cookie-authenticator

Authentication plugin for CakePHP

  Sources   Download

MIT

The Requires

 

The Development Requires

middleware authentication cakephp auth

11/06 2017

1.0.0-rc1

1.0.0.0-RC1

Authentication plugin for CakePHP

  Sources   Download

MIT

The Requires

 

The Development Requires

middleware authentication cakephp auth

29/03 2017
29/03 2017

dev-oauth2-authenticator

dev-oauth2-authenticator

Authentication plugin for CakePHP

  Sources   Download

MIT

The Requires

 

The Development Requires

middleware authentication cakephp auth

15/03 2017