manchenkoff / nuxt-auth-sanctum

Nuxt module for Laravel Sanctum authentication
https://manchenkoff.gitbook.io/nuxt-auth-sanctum/
MIT License
116 stars 16 forks source link

Issue with authenticating after successfull login. #72

Closed ILLuMiNaTe7 closed 2 months ago

ILLuMiNaTe7 commented 2 months ago

When using Laravel 11 you have to manually create a login controller.

I've successfully made this controller and can also authenticate.

However what data does this package need in order to login and access the "api/user" route?