Jwt-auth: When the 1.0 version of the official release?

Created on 20 Mar 2016  路  8Comments  路  Source: tymondesigns/jwt-auth

When the 1.0 version of the official release?

Most helpful comment

@jonagoldman actually Laravel provides 2 auth methods out of the box: cookie based and token based.
JWT could be another alternative: this package could simply enrich Laravel with another auth method.
Three available auth methods are better than two ;)

All 8 comments

I see there is an alpha release already. In the meantime, will be great to see basic documentation (Laravel and Lumen) so we can start playing with it.

Why don't include this type of authentication into Laravel framework, enriching its auth systems?

@michelecurletta my guess is because Laravel is a general purpose framework, and JWT is a very specific auth method for API's. But I could be wrong, and maybe there are plans to bring JWT to Laravel's core.

@jonagoldman actually Laravel provides 2 auth methods out of the box: cookie based and token based.
JWT could be another alternative: this package could simply enrich Laravel with another auth method.
Three available auth methods are better than two ;)

I'm looking for a Lumen installation guide or any help i could follow.

They're not many sources from web :(

@GuillaumeValadas Check this one. Haven't tried it yet.

Do we have an idea of the 1.0 release date ? :)

Any news on version 1 release date?

Was this page helpful?
0 / 5 - 0 ratings

Related issues

mihailo-misic picture mihailo-misic  路  3Comments

gandra picture gandra  路  3Comments

lbottoni picture lbottoni  路  3Comments

loic-lopez picture loic-lopez  路  3Comments

functionpointdaniel picture functionpointdaniel  路  3Comments