1
0
mirror of https://github.com/ziadoz/awesome-php.git synced 2025-08-28 17:29:50 +02:00

Merge pull request #540 from koga187/Json-Web-Token

[authentication and authorization] lcobucci/jwt
This commit is contained in:
Jose Diaz-Gonzalez
2016-04-03 23:18:09 -04:00

View File

@@ -580,6 +580,7 @@ Libraries to help manage database schemas and migrations.
* [Lock](https://github.com/BeatSwitch/lock) - A library for implementing Access Control Lists (ACL) systems.
* [OAuth 1.0 Client](https://github.com/thephpleague/oauth1-client) - An OAuth 1.0 client library.
* [OAuth 2.0 Client](https://github.com/thephpleague/oauth2-client) - An OAuth 2.0 client library.
* [Json Web Token](https://github.com/lcobucci/jwt) - Json Tokens to authenticate and transmit information.
## Markup
*Libraries for working with markup.*