flownative/token-authentication

Letzte Aktivität 18 Dec 2020 3 6 4601
composer require flownative/token-authentication

General purpose token authentication.

v2.1.0

Homepage
http://github.com/flownative/flow-token-auth
Version
v2.1.0
Type
neos-package
Release Date
Oct 16, 2020 09:04
Source
git
Distribution
zip
Requires
MIT 1e71cadfdc4f2715592c14692212839d8f2268a0

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 41 package(s).