Will Laravel Hyperf migrate Sanctum package? #39
Replies: 2 comments 3 replies
-
Hi @binaryfire , Welcome to contribute to the discussion by submitting your thoughts and ideas here . The Regarding the migration of the Sanctum package, while I think it won't be a difficult task, I cannot commit to a specific timeline for its completion at this juncture. Moreover, we enthusiastically welcome any pull requests from the community as we prepare to undertake the Sanctum migration process. Your contributions can significantly accelerate our progress and enrich the project. |
Beta Was this translation helpful? Give feedback.
-
Hi @albertcht. One suggestion: it'd be great if the Laravel-Hyperf version of Sanctum can use the same db schema and token encoding as the Laravel version. That would let us connect a Laravel-Hyperf app to an existing Laravel database and open up some interesting possibilities for using the frameworks together. For example a Laravel app for the Livewire UI and a Laravel-Hyperf service for high traffic endpoints. |
Beta Was this translation helpful? Give feedback.
-
Hi @albertcht
I've been checking out laravel-hyperf and I'm very impressed. I created my own Laravel-style Hyperf skeleton for internal use but we had to roll our own solutions for auth, CSRF protection etc. In the end it was too much maintenance so we went back to just using Hyperf for microservices.
Would it be possible to open up the "Discussions" tab on the main repo? I wanted to ask if you'll be adding Sanctum-style (session-based) API auth.
Beta Was this translation helpful? Give feedback.
All reactions