Replies: 3 comments 1 reply
-
@phppirate not at this time no. |
Beta Was this translation helpful? Give feedback.
1 reply
-
I was looking for that option today 😋 Indeed it would be a nice addition to Sanctum |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hello all and happy new year I was wondering if there is any plans to implement this feature in the near future |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
With Laravel Passport you have the ability to consume your Laravel API from the Laravel Front End using the default app.js file if you include the
\Laravel\Passport\Http\Middleware\CreateFreshApiToken::class
in yourweb
middleware.Is there something similar to this or some other way to achieve the same result with Laravel Sanctum?
Beta Was this translation helpful? Give feedback.
All reactions