flownative/token-authentication

Letzte Aktivität 14 Dec 2022 5 5 19014
composer require flownative/token-authentication

General purpose token authentication.

2.3.1

Homepage
http://github.com/flownative/flow-token-auth
Version
2.3.1
Type
neos-package
Release Date
Jul 26, 2022 11:05
Source
git
Distribution
zip
Requires
MIT 2f498a09d064c7081b19551a5c2962c8a49215ba

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 content of the readme is provided by Github
The same vendor provides 44 package(s).