flownative/token-authentication
composer require flownative/token-authentication
General purpose token authentication.
Readme excerpt
Token based authentication for Neos Flow projects InstallationRun:
composer require flownative/token-authentication UsageRun:
./flow hashtoken:createhashtoken --roleNames Neos.Neos:EditorProvide token in your requests as request argument _authenticationHashToken=<myToken>.
Or as Authorization header with the value Bearer <myToken>.
Read more
The same vendor provides 44 package(s).