When the 1.0 version of the official release?
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?
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 ;)