Skip to content

sebastiansommer/flow-token-auth

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Authentication via token string

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 100.0%