flownative/token-authentication
composer require flownative/token-authentication
General purpose token authentication.
2.3.1
Token based authentication for Neos Flow projects
Installation
Run:
composer require flownative/token-authentication
Usage
Run:
./flow hashtoken:createhashtoken --roleNames Neos.Neos:Editor
Provide token in your requests as request argument _authenticationHashToken=<myToken>
.
Or as Authorization
header with the value Bearer <myToken>
.
The same vendor provides 44 package(s).