Download the PHP package flownative/token-authentication without Composer
On this page you can find all versions of the php package flownative/token-authentication. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download flownative/token-authentication
More information about flownative/token-authentication
Files in flownative/token-authentication
Download flownative/token-authentication
More information about flownative/token-authentication
Files in flownative/token-authentication
Vendor flownative
Package token-authentication
Short Description General purpose token authentication.
License MIT
Homepage http://github.com/flownative/flow-token-auth
Package token-authentication
Short Description General purpose token authentication.
License MIT
Homepage http://github.com/flownative/flow-token-auth
Please rate this library. Is it a good library?
Informations about the package token-authentication
Token based authentication for Neos Flow projects
This package provides token based authentication for Neos Flow projects. It allows both sessionless and session-based authentication to be used.
Installation
Run:
composer require flownative/token-authentication
Usage
Run:
./flow hashtoken:createhashtoken --roleNames Neos.Neos:Editor
Provide the token in your requests
- as request argument
_authenticationHashToken=<myToken>
or - as
Authorization
header with the valueBearer <myToken>
.
Configuration
The configuration is done as usual in the Configuration/Settings.yaml
file.
By default the package uses a sessionless token. If you want to use a
session-based token, set the token
option in the provider configuration:
All versions of token-authentication with dependencies
PHP Build Version
Package Version
The package flownative/token-authentication contains the following files
Loading the files please wait ....