dingo / api

A RESTful API package for the Laravel and Lumen frameworks.
BSD 3-Clause "New" or "Revised" License
9.33k stars 1.25k forks source link

JWT Default Provider Update #1795

Closed matthewmnewman closed 2 years ago

matthewmnewman commented 2 years ago

Currently, the default JWT provider uses "tymondesigns/jwt-auth" which is practically abandoned with the maintainer not being active since August 2021. Support for PHP 8.0+ is currently not provided and requires a workaround.

Due to this, an active community-driven fork has been created which has taken over general support and updates of the repository. We can easily update the provider by updating the service provider but it would be helpful if the default provider could be updated to the maintained fork: https://github.com/PHP-Open-Source-Saver/jwt-auth

Thanks, Matthew

specialtactics commented 2 years ago

Hey @matthewmnewman thank you, I'm aware of this and totally support this, in fact I was going to do it myself!

I've been meaning to fork dingo-api for similar reasons, could you please submit your PR to the fork here -> https://github.com/api-ecosystem-for-laravel/dingo-api

If I don't hear from you by tomorrow I might port this myself if you don't mind.

specialtactics commented 2 years ago

Merged at the new repo location.