2017 © Pedro Peláez
 

library antenna

Authenticate Users through Symfony Security using JSON Web Tokens

image

flint/antenna

Authenticate Users through Symfony Security using JSON Web Tokens

  • Tuesday, September 8, 2015
  • by henrikbjorn
  • Repository
  • 7 Watchers
  • 21 Stars
  • 519 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 2 Forks
  • 4 Open issues
  • 6 Versions
  • 0 % Grown

The README.md

Antenna

Build Status Scrutinizer Code Quality, (*1)

Antenna is a small library that helps integrating JWT (JSON Web Token) for projects using the Symfony Security Component., (*2)

In order to use this library you need to set up two authenticators in your firewall., (*3)

The first is UsernamePasswordAuthenticator which uses the security flow to authenticate through and then "hijack" the request by rendering a body with a token { "token" : "json web token here" }., (*4)

The second uses the Authorization: Bearer <json web token> header style to authenticate your users by validating the JWT., (*5)

If you use Symfony Full Stack there is a AntennaBundle which provides a simple integration., (*6)

Also look in the bundle if you want to know how to integrate with other libraries that use Symfony Security., (*7)

The Versions

08/09 2015

dev-master

9999999-dev

Authenticate Users through Symfony Security using JSON Web Tokens

  Sources   Download

MIT

The Requires

 

08/09 2015

1.2.0

1.2.0.0

Authenticate Users through Symfony Security using JSON Web Tokens

  Sources   Download

MIT

The Requires

 

06/09 2015

1.1.0

1.1.0.0

Authenticate Users through Symfony Security using JSON Web Tokens

  Sources   Download

MIT

The Requires

 

30/08 2015

1.0.2

1.0.2.0

Authenticate Users through Symfony Security using JSON Web Tokens

  Sources   Download

MIT

The Requires

 

30/08 2015

1.0.1

1.0.1.0

Authenticate Users through Symfony Security using JSON Web Tokens

  Sources   Download

MIT

The Requires

 

30/08 2015

1.0.0

1.0.0.0

Authenticate Users through Symfony Security using JSON Web Tokens

  Sources   Download

MIT

The Requires