mirror of
https://github.com/ziadoz/awesome-php.git
synced 2024-11-07 16:33:35 +00:00
Added the ByJG Jwt Session
- JwtSession is a PHP session replacement. Instead of use FileSystem, just use JWT TOKEN. The implementation follow the SessionHandlerInterface.
This commit is contained in:
parent
3da27b662f
commit
2211438464
@ -608,6 +608,7 @@ Libraries to help manage database schemas and migrations.
|
||||
*Libraries for implementing user authentication and authorization.*
|
||||
|
||||
* [Aura.Auth](https://github.com/auraphp/Aura.Auth) - Provides authentication functionality and session tracking using various adapters.
|
||||
* [ByJG Jwt Session](https://github.com/byjg/jwt-session) - JwtSession is a PHP session replacement. Instead of use FileSystem, just use JWT TOKEN. The implementation follow the SessionHandlerInterface.
|
||||
* [Hawk](https://github.com/dflydev/dflydev-hawk) - A Hawk HTTP authentication library.
|
||||
* [SocialConnect Auth](https://github.com/socialConnect/auth) - An open source social sign (OAuth1\OAuth2\OpenID\OpenIDConnect).
|
||||
* [Json Web Token](https://github.com/lcobucci/jwt) - Json Tokens to authenticate and transmit information.
|
||||
|
Loading…
Reference in New Issue
Block a user