codecasts / laravel-jwt

Dead simple, plug and play JWT API Authentication for Laravel (5.4+)
MIT License
234 stars 27 forks source link

Package autodiscovery #21

Closed joaomisturini closed 6 years ago

joaomisturini commented 6 years ago

Hi @hernandev! I`m using your package with Laravel 5.5 and, despite the fix in PR #17, I was able to use it by manually adding a secret to the config file.

My question is: can I make a PR to add package autodiscovery, or should I wait until PR #17 is closed?

hernandev commented 6 years ago

@joaomisturini It was already solved, the thing is that I haven't released the auto discover yet, but's already there and will be included on the next release.

Thanks!

joaomisturini commented 6 years ago

Perfect, then. Looking forward for the release.

I mark this issue as closed.