newage / events-api

MIT License
1 stars 0 forks source link

Implement autorization use JWT #1

Open newage opened 7 years ago

newage commented 7 years ago

For authentikation using Json Web Tokens (JWT https://jwt.io/) http://stackoverflow.com/questions/29121112/how-to-implement-token-based-authentication-securely-for-accessing-the-website 2 libararies: https://github.com/firebase/php-jwt, https://github.com/lcobucci/jwt

newage commented 7 years ago

https://www.sitepoint.com/php-authorization-jwt-json-web-tokens/