2017 © Pedro Peláez
 

library jwt

JWT authentication wrapper for phramework, using firebase/php-jwt

image

phramework/jwt

JWT authentication wrapper for phramework, using firebase/php-jwt

  • Tuesday, December 12, 2017
  • by nohponex
  • Repository
  • 3 Watchers
  • 1 Stars
  • 6,340 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 2 Forks
  • 1 Open issues
  • 8 Versions
  • 8 % Grown

The README.md

jwt

JWT authorization wrapper for phramework, using firebase/php-jwt, (*1)

Build Status, (*2)

Usage

Require package, (*3)

composer require phramework/jwt
//Set authentication class
\Phramework\Authentication\Manager::register(
    \Phramework\Authentication\JWT\JWT::class
);

//Set method to fetch user object, including password attribute
\Phramework\Authentication\Manager::setUserGetByEmailMethod(
    [\MyApp\API\Models\User::class, 'getByEmailWithPassword']
);

\Phramework\Authentication\Manager::setAttributes(
    ['user_type', 'email']
);

Install dependencies

composer update

Test and lint code

composer lint
composer test

License

Copyright 2015 Xenofon Spafaridis, (*4)

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at, (*5)

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License., (*6)

The Versions

12/12 2017

dev-master

9999999-dev https://phramework.github.io/

JWT authentication wrapper for phramework, using firebase/php-jwt

  Sources   Download

Apache-2.0

The Requires

 

The Development Requires

12/12 2017

1.0.2

1.0.2.0 https://phramework.github.io/

JWT authentication wrapper for phramework, using firebase/php-jwt

  Sources   Download

Apache-2.0

The Requires

 

The Development Requires

12/12 2017

dev-xs-7.2

dev-xs-7.2 https://phramework.github.io/

JWT authentication wrapper for phramework, using firebase/php-jwt

  Sources   Download

Apache-2.0

The Requires

 

The Development Requires

04/09 2017

1.0.1

1.0.1.0 https://phramework.github.io/

JWT authentication wrapper for phramework, using firebase/php-jwt

  Sources   Download

Apache-2.0

The Requires

 

The Development Requires

16/05 2017

dev-xs-use-4.x

dev-xs-use-4.x https://phramework.github.io/

JWT authentication wrapper for phramework, using firebase/php-jwt

  Sources   Download

Apache-2.0

The Requires

 

The Development Requires

31/01 2017

1.0.0

1.0.0.0 https://phramework.github.io/

JWT authentication wrapper for phramework, using firebase/php-jwt

  Sources   Download

Apache-2.0

The Requires

 

The Development Requires

10/12 2015

0.0.1

0.0.1.0 https://phramework.github.io/

JWT authentication wrapper for phramework, using firebase/php-jwt

  Sources   Download

Apache-2.0

The Requires

 

The Development Requires

28/11 2015

0.0.0

0.0.0.0 https://phramework.github.io/

JWT authentication wrapper for phramework, using firebase/php-jwt

  Sources   Download

Apache-2.0

The Requires

 

The Development Requires