Skip to content

FastyBird/simple-auth

Folders and files

NameName
Last commit message
Last commit date

Latest commit

e696111 · Oct 8, 2022

History

80 Commits
Oct 8, 2022
Oct 8, 2022
Oct 8, 2022
Oct 8, 2022
Oct 8, 2022
Oct 8, 2022
Oct 8, 2022
May 12, 2021
Oct 8, 2022
Oct 8, 2022
Oct 8, 2022
Oct 8, 2022
Oct 8, 2022

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.