2017 © Pedro Peláez
 

library auth

Provides basic functionality for authentication and authorization users in database, on Twitter, Facebook and with OAuth2 standard

image

pckg/auth

Provides basic functionality for authentication and authorization users in database, on Twitter, Facebook and with OAuth2 standard

  • Saturday, July 7, 2018
  • by schtr4jh
  • Repository
  • 2 Watchers
  • 1 Stars
  • 2,536 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 0 Forks
  • 1 Open issues
  • 5 Versions
  • 1 % Grown

The README.md

auth

Codacy Badge, (*1)

Build status, (*2)

Install

Add provider \Pckg\Auth\Provider\Auth::class to your App provider., (*3)

Add migration \Pckg\Auth\Migration\CreateAuthTables::class to your migrations.php config., (*4)

Migrate $ php console yourApp migrator:install --repository=default --clean, (*5)

Create godfather $ php console auth auth:create-godfather your@email.com, (*6)

Add provider to your config 'default' => [ 'type' => \Pckg\Auth\Service\Provider\Database::class, 'entity' => \OpenCode\OAuth2\Entity\Users::class, ],, (*7)

The Versions

07/07 2018

dev-master

9999999-dev https://github.com/pckg/auth

Provides basic functionality for authentication and authorization users in database, on Twitter, Facebook and with OAuth2 standard

  Sources   Download

MIT

The Requires

 

by Bojan Rajh

04/09 2017

dev-IT-translations

dev-IT-translations https://github.com/pckg/auth

Provides basic functionality for authentication and authorization users in database, on Twitter, Facebook and with OAuth2 standard

  Sources   Download

MIT

The Requires

 

by Bojan Rajh

16/04 2017

dev-BR-extensions

dev-BR-extensions https://github.com/pckg/auth

Provides basic functionality for authentication and authorization users in database, on Twitter, Facebook and with OAuth2 standard

  Sources   Download

MIT

The Requires

 

by Bojan Rajh

05/03 2017

v0.1.0

0.1.0.0 https://github.com/pckg/auth

Database, Twitter, Facebook and Google+ authentication

  Sources   Download

MIT

The Requires

 

by Bojan Rajh

05/03 2017

dev-BR-vue

dev-BR-vue https://github.com/pckg/auth

Database, Twitter, Facebook and Google+ authentication

  Sources   Download

MIT

The Requires

 

by Bojan Rajh