rfy/jwt

Letzte Aktivität 23 Oct 2021 1 3 161
composer require rfy/jwt

A JWT authentication provider based on Firebase JWT package

dev-master

Version
dev-master
Type
neos-package
Release Date
Oct 23, 2021 07:38
Source
git
Distribution
zip
Requires
  • neos/flow: ^7.0
  • firebase/php-jwt: ^5.2
Requires (dev)
  • codeclimate/php-test-reporter: dev-master
MIT 1d7cf4b7d4273b69018682acbbe39b359e5d3517

Readme excerpt

RFY.JWT

This package is meant to make a TOKEN authentication possible for any request authentication attempt.

The possible responses are:

  • AuthenticationSuccessfull which returns the authentication JWT token
  • AuthenticationFailure which returns a message with the corresponding error code
Getting started

To start using this package you will need to follow the following steps:

Include this package into your Neos Flow application by running:

composer require rfy/jwt

Add the below YAML to the projects Configuration/Routes.yaml:

- name: 'Token' uriPattern: '<TokenSubroutes>' defaults: '@format': 'json' s…
Read more
The content of the readme is provided by an external source, which we have no control over. Check out the actual readme at its source.