dystcz / nuxt-sanctum-auth

Nuxt 3 + laravel sanctum authentication
134 stars 25 forks source link

Unable to manually set token from laravel response #26

Open npldevfr opened 1 year ago

npldevfr commented 1 year ago

Hi!

I'm using laravel sanctum with socialite to connect with twitter or discord and the callback route returns me to my frontend with the url localhost:3000?token=xxx, I can't find a way to manually define the token with the library, do you have a solution?

thanks!

kreejzak commented 1 year ago

Hi, as of right now this is unfortunately not possible. Will look into it in the future.