Skip to content

FastyBird/simple-auth

Repository files navigation

FastyBird simple authentication library

Build Status Licence Code coverage

PHP Latest stable Downloads total PHPStan


What is FastyBird simple authentication library?

This is a Nette framework extension which is implementing JWT services & basic user authentication.

Features:

  • Access tokens manager for Doctrine2
  • PSR-7 middleware for authentication
  • PSR-7 middleware for authorization
  • Doctrine2 entity owner mapping
  • PHPDoc access validation for controllers

Installation

The best way to install fastybird/simple-auth is using Composer:

composer require fastybird/simple-auth

Documentation

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.