Download the PHP package somemove/auth0-nette-extension without Composer
On this page you can find all versions of the php package somemove/auth0-nette-extension. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package auth0-nette-extension
Auth0 Nette Extension
This is Auth0 authentication extension for Nette framework.
It integrates Auth0 PHP SDK.
Installation
Download extension using Composer.
Configuration
Configure extension in your config.neon
file:
Following properties have defaults values in the extension and can be ommited in your configuration:
persist_user
persist_access_token
persist_refresh_token
persist_id_token
store
state_handler
debug
In order to disable persistence of user, or tokens into Nette session object, either set store
to FALSE
for global setting or respective attribute to FALSE
.
Usage
All versions of auth0-nette-extension with dependencies
PHP Build Version
Package Version
Requires
php Version
^7.2
nette/di Version ^3.0
nette/http Version ^3.0
auth0/auth0-php Version ^5.5
nette/di Version ^3.0
nette/http Version ^3.0
auth0/auth0-php Version ^5.5
The package somemove/auth0-nette-extension contains the following files
Loading the files please wait ....