dev-master
9999999-devA authentication provider based on POST which replies in JSON
MIT
The Requires
The Development Requires
Wallogit.com
2017 © Pedro Peláez
A authentication provider based on POST which replies in JSON
This package is meant to make a TOKEN authentication possible for any request authentication attempt., (*2)
The possible responses are:, (*3)
To start using this package you will need to follow the following steps:, (*4)
Include this package into your Neos Flow application by running:, (*5)
composer require rfy/jwt
Add the below YAML to the projects Configuration/Routes.yaml:, (*6)
-
name: 'Token'
uriPattern: '<TokenSubroutes>'
defaults:
'@format': 'json'
subRoutes:
TokenSubroutes:
package: RFY.JWT
By default the security features are enabled in this package by these settings:, (*7)
Neos:
Flow:
security:
authentication:
providers:
'BackendProvider':
provider: 'RFY\JWT\Security\Authentication\Provider\PersistedApiTokenProvider'
token: 'RFY\JWT\Security\Authentication\Token\ApiToken'
entryPoint: 'HttpBasic'
You of course overwrite these settings based on your wishes., (*8)
This implementation requires the Firebase JWT package., (*9)
Author: Sebastiaan van Parijs (svparijs@rfy.io), (*10)
Reviewer: Bastian Waidelich, (*11)
The MIT License (MIT). Please see License File for more information., (*12)
A authentication provider based on POST which replies in JSON
MIT