This is a Nette framework extension which is implementing JWT services & basic user authentication.
- Access tokens manager for Doctrine2
- PSR-7 middleware for authentication
- PSR-7 middleware for authorization
- Doctrine2 entity owner mapping
- PHPDoc access validation for controllers
The best way to install fastybird/simple-auth is using Composer:
composer require fastybird/simple-auth
Learn how to use build JWT tokens and handle access to you resources in documentation.
Homepage https://www.fastybird.com and repository https://github.com/FastyBird/simple-auth.