Download the PHP package youshido/token-authenticator without Composer
On this page you can find all versions of the php package youshido/token-authenticator. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download youshido/token-authenticator
More information about youshido/token-authenticator
Files in youshido/token-authenticator
Download youshido/token-authenticator
More information about youshido/token-authenticator
Files in youshido/token-authenticator
Vendor youshido
Package token-authenticator
Short Description Symfony bundle to allow you token based authentication
License MIT
Homepage https://github.com/Youshido/TokenAuthenticationBundle
Package token-authenticator
Short Description Symfony bundle to allow you token based authentication
License MIT
Homepage https://github.com/Youshido/TokenAuthenticationBundle
Please rate this library. Is it a good library?
Informations about the package token-authenticator
TokenAuthenticationBundle
This bundle allow you to use a token authentication mechanism similar to OAuth but much more simplified.
Installation
First, enable bundle in your AppKernel
by adding it to the registerBundles
method:
Then create provider and firewall under app/config/security.yml
(if you don't have encoder yet – might as well add it here):
Now add your model class name to the service declaration app/config/config.yml
:
All versions of token-authenticator with dependencies
PHP Build Version
Package Version
The package youshido/token-authenticator contains the following files
Loading the files please wait ....