2017 © Pedro Peláez
 

symfony-bundle token-bundle

This bundle provides a JWT token integration with symfony

image

ns/token-bundle

This bundle provides a JWT token integration with symfony

  • Thursday, June 14, 2018
  • by gnat
  • Repository
  • 1 Watchers
  • 1 Stars
  • 2,138 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 15 Versions
  • 14 % Grown

The README.md

Installation

  composer require ns/token-bundle

Edit AppKernel.php and add the bundle, (*1)

    new NS\TokenBundle\NSTokenBundle(),

Edit app/config/config.yml, (*2)

    ns_token:
        generator:
            id: <some random string>
            key: <another random string>
            issuer: <string (often the site source)>
            short_expiration: 3600
            long_expiration: 2592000
            signer: Lcobucci\JWT\Signer\Rsa\Sha256 #default

You can use your own signer by implementing the Lcobucci\JWT\Signer interface., (*3)

The Versions

14/06 2018

dev-master

9999999-dev

This bundle provides a JWT token integration with symfony

  Sources   Download

MIT

The Requires

 

The Development Requires

by Nathanael David Noblet

13/06 2018

1.0.7

1.0.7.0

This bundle provides a JWT token integration with symfony

  Sources   Download

MIT

The Requires

 

The Development Requires

by Nathanael David Noblet

13/06 2018

1.0.6

1.0.6.0

This bundle provides a JWT token integration with symfony

  Sources   Download

MIT

The Requires

 

The Development Requires

by Nathanael David Noblet

25/01 2018

1.0.5

1.0.5.0

This bundle provides a JWT token integration with symfony

  Sources   Download

MIT

The Requires

 

The Development Requires

by Nathanael David Noblet

25/01 2018

1.0.4

1.0.4.0

This bundle provides a JWT token integration with symfony

  Sources   Download

MIT

The Requires

 

The Development Requires

by Nathanael David Noblet

31/07 2017

1.0.3

1.0.3.0

This bundle provides a JWT token integration with symfony

  Sources   Download

MIT

The Requires

 

The Development Requires

by Nathanael David Noblet

31/07 2017

0.1.x-dev

0.1.9999999.9999999-dev

This bundle provides a JWT token integration with symfony

  Sources   Download

MIT

The Requires

 

The Development Requires

by Nathanael David Noblet

31/07 2017

0.1.4

0.1.4.0

This bundle provides a JWT token integration with symfony

  Sources   Download

MIT

The Requires

 

The Development Requires

by Nathanael David Noblet

31/07 2017

1.0.2

1.0.2.0

This bundle provides a JWT token integration with symfony

  Sources   Download

MIT

The Requires

 

The Development Requires

by Nathanael David Noblet

31/07 2017

1.0.1

1.0.1.0

This bundle provides a JWT token integration with symfony

  Sources   Download

MIT

The Requires

 

The Development Requires

by Nathanael David Noblet

31/07 2017

1.0.0

1.0.0.0

This bundle provides a JWT token integration with symfony

  Sources   Download

MIT

The Requires

 

The Development Requires

by Nathanael David Noblet

12/05 2017

0.1.3

0.1.3.0

This bundle provides a JWT token integration with symfony

  Sources   Download

MIT

The Requires

 

The Development Requires

by Nathanael David Noblet

10/02 2017

0.1.2

0.1.2.0

This bundle provides a JWT token integration with symfony

  Sources   Download

MIT

The Requires

 

The Development Requires

by Nathanael David Noblet

10/02 2017

0.1.1

0.1.1.0

This bundle provides a JWT token integration with symfony

  Sources   Download

MIT

The Requires

 

The Development Requires

by Nathanael David Noblet

10/02 2017

0.1.0

0.1.0.0

This bundle provides a JWT token integration with symfony

  Sources   Download

MIT

The Requires

 

The Development Requires

by Nathanael David Noblet