flownative/token-authentication

Last activity 28 Apr 2025 7 5 49807
composer require flownative/token-authentication

General purpose token authentication.

2.3.0

Homepage
http://github.com/flownative/flow-token-auth
Version
2.3.0
Type
neos-package
Release Date
May 02, 2022 10:55
Source
git
Distribution
zip
Requires
  • ext-json: *
  • neos/flow: ^5.0 || ^6.0 || ^7.0 || ^8.0
MIT 6b41fe0fbe6da507ee783d5d017a22bf13b67fda

Readme excerpt

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>.


Read more
The content of the readme is provided by an external source, which we have no control over. Check out the actual readme at its source.
The same vendor provides 44 package(s).