fastybird/simple-auth

PSR-7 authentication & authorization utils

v0.10.0 2024-02-20 09:50 UTC

This package is auto-updated.

Last update: 2024-04-20 10:26:15 UTC


README

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.