2017 © Pedro Peláez
 

symfony-bundle token-authenticator

Symfony bundle to allow you token based authentication

image

youshido/token-authenticator

Symfony bundle to allow you token based authentication

  • Friday, February 16, 2018
  • by portey
  • Repository
  • 3 Watchers
  • 0 Stars
  • 2,325 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 1 Open issues
  • 23 Versions
  • 8 % Grown

The README.md

TokenAuthenticationBundle

This bundle allow you to use a token authentication mechanism similar to OAuth but much more simplified., (*1)

Installation

First, enable bundle in your AppKernel by adding it to the registerBundles method:, (*2)

...
            new Youshido\TokenAuthenticationBundle\TokenAuthenticationBundle(),

Then create provider and firewall under app/config/security.yml (if you don't have encoder yet – might as well add it here):, (*3)

security:
    providers:
        api_user_provider:
            id: token_user_provider

    encoders:
        AppBundle\Entity\User: md5

    firewalls:
        api_firewall:
            pattern: ^/.*
            stateless: true
            simple_preauth:
                authenticator: token_authenticator
            provider: api_user_provider
            anonymous: ~

Now add your model class name to the service declaration app/config/config.yml:, (*4)

token_authentication:
    user_model: "AppBundle\\Entity\\User"

The Versions

16/02 2018

dev-master

9999999-dev https://github.com/Youshido/TokenAuthenticationBundle

Symfony bundle to allow you token based authentication

  Sources   Download

MIT

The Requires

 

by Alexandr Viniychuk
by Portey Vasil

authentication auth bundle symfony token

16/02 2018

v0.1.9

0.1.9.0 https://github.com/Youshido/TokenAuthenticationBundle

Symfony bundle to allow you token based authentication

  Sources   Download

MIT

The Requires

 

by Alexandr Viniychuk
by Portey Vasil

authentication auth bundle symfony token

16/02 2018

v1.0.9

1.0.9.0 https://github.com/Youshido/TokenAuthenticationBundle

Symfony bundle to allow you token based authentication

  Sources   Download

MIT

The Requires

 

by Alexandr Viniychuk
by Portey Vasil

authentication auth bundle symfony token

15/02 2018

v0.1.8

0.1.8.0 https://github.com/Youshido/TokenAuthenticationBundle

Symfony bundle to allow you token based authentication

  Sources   Download

MIT

The Requires

 

by Alexandr Viniychuk
by Portey Vasil

authentication auth bundle symfony token

07/02 2018

v0.1.7

0.1.7.0 https://github.com/Youshido/TokenAuthenticationBundle

Symfony bundle to allow you token based authentication

  Sources   Download

MIT

The Requires

 

by Alexandr Viniychuk
by Portey Vasil

authentication auth bundle symfony token

06/02 2018

v0.1.6

0.1.6.0 https://github.com/Youshido/TokenAuthenticationBundle

Symfony bundle to allow you token based authentication

  Sources   Download

MIT

The Requires

 

by Alexandr Viniychuk
by Portey Vasil

authentication auth bundle symfony token

06/02 2018

v0.1.5

0.1.5.0 https://github.com/Youshido/TokenAuthenticationBundle

Symfony bundle to allow you token based authentication

  Sources   Download

MIT

The Requires

 

by Alexandr Viniychuk
by Portey Vasil

authentication auth bundle symfony token

06/02 2018

v0.1.4

0.1.4.0 https://github.com/Youshido/TokenAuthenticationBundle

Symfony bundle to allow you token based authentication

  Sources   Download

MIT

The Requires

 

by Alexandr Viniychuk
by Portey Vasil

authentication auth bundle symfony token

28/04 2017

v0.1.3

0.1.3.0 https://github.com/Youshido/TokenAuthenticationBundle

Symfony bundle to allow you token based authentication

  Sources   Download

MIT

The Requires

 

by Alexandr Viniychuk
by Portey Vasil

authentication auth bundle symfony token

07/03 2017

v0.1.2

0.1.2.0 https://github.com/Youshido/TokenAuthenticationBundle

Symfony bundle to allow you token based authentication

  Sources   Download

MIT

The Requires

 

by Alexandr Viniychuk
by Portey Vasil

authentication auth bundle symfony token

12/02 2017

v0.1.1

0.1.1.0 https://github.com/Youshido/TokenAuthenticationBundle

Symfony bundle to allow you token based authentication

  Sources   Download

MIT

The Requires

 

by Alexandr Viniychuk
by Portey Vasil

authentication auth bundle symfony token

12/02 2017

v0.1

0.1.0.0 https://github.com/Youshido/TokenAuthenticationBundle

Symfony bundle to allow you token based authentication

  Sources   Download

MIT

The Requires

 

by Alexandr Viniychuk
by Portey Vasil

authentication auth bundle symfony token

15/09 2016

v0.0.11

0.0.11.0 https://github.com/Youshido/TokenAuthenticationBundle

Symfony bundle to allow you token based authentication

  Sources   Download

MIT

The Requires

 

by Alexandr Viniychuk
by Portey Vasil

authentication auth bundle symfony token

15/09 2016

v0.0.10

0.0.10.0 https://github.com/Youshido/TokenAuthenticationBundle

Symfony bundle to allow you token based authentication

  Sources   Download

MIT

The Requires

 

by Alexandr Viniychuk
by Portey Vasil

authentication auth bundle symfony token

05/09 2016

v0.0.9

0.0.9.0 https://github.com/Youshido/TokenAuthenticationBundle

Symfony bundle to allow you token based authentication

  Sources   Download

MIT

The Requires

 

by Alexandr Viniychuk
by Portey Vasil

authentication auth bundle symfony token

31/08 2016

v0.0.8

0.0.8.0 https://github.com/Youshido/TokenAuthenticationBundle

Symfony bundle to allow you token based authentication

  Sources   Download

MIT

The Requires

 

by Alexandr Viniychuk
by Portey Vasil

authentication auth bundle symfony token

01/04 2016

v0.0.7

0.0.7.0 https://github.com/Youshido/TokenAuthenticationBundle

Symfony bundle to allow you token based authentication

  Sources   Download

MIT

The Requires

 

by Alexandr Viniychuk
by Portey Vasil

authentication auth bundle symfony token

01/03 2016

v0.0.6

0.0.6.0 https://github.com/Youshido/TokenAuthenticationBundle

Symfony bundle to allow you token based authentication

  Sources   Download

MIT

The Requires

 

by Alexandr Viniychuk
by Portey Vasil

authentication auth bundle symfony token

06/02 2016

v0.0.5

0.0.5.0 https://github.com/Youshido/TokenAuthenticationBundle

Symfony bundle to allow you token based authentication

  Sources   Download

MIT

The Requires

 

by Alexandr Viniychuk
by Portey Vasil

authentication auth bundle symfony token

05/02 2016

v0.0.4

0.0.4.0 https://github.com/Youshido/TokenAuthenticationBundle

Symfony bundle to allow you token based authentication

  Sources   Download

MIT

The Requires

 

by Alexandr Viniychuk
by Portey Vasil

authentication auth bundle symfony token

05/02 2016

v0.0.3

0.0.3.0 https://github.com/Youshido/TokenAuthenticationBundle

Symfony bundle to allow you token based authentication

  Sources   Download

MIT

The Requires

 

by Alexandr Viniychuk
by Portey Vasil

authentication auth bundle symfony token

03/02 2016

v0.0.2

0.0.2.0 https://github.com/Youshido/TokenAuthenticationBundle

Symfony bundle to allow you token based authentication

  Sources   Download

MIT

The Requires

 

by Alexandr Viniychuk
by Portey Vasil

authentication auth bundle symfony token

03/02 2016

v0.0.1

0.0.1.0 https://github.com/Youshido/TokenAuthenticationBundle

Symfony bundle to allow you token based authentication

  Sources   Download

MIT

The Requires

 

by Alexandr Viniychuk
by Portey Vasil

authentication auth bundle symfony token