-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fresh install 401 Unauthorized error on login #33
Comments
I have multiple installs with various modifications trying to get this package to work. On another i'm getting this error: Research seems to suggest it's an issue related to Refresh Token: I notice also in this package that the AuthServiceProvider does not have Passport::routes() - and from reading that's required for using Passport with Laravel. Still trying to make this package work for my application - I really need Laravel 7 and Quasar working with hot reload! |
I have the same problems. Specifically, the problem that you reports of |
you copied key values in? key is generated on passport:install, if you need regenerate, use i modified the passport routes, for working with SPA, check the auth.php on |
I followed the instructions very carefully - twice in fact - but my login POST returns
http://lq.test/api/v1/oauth/token 401 (Unauthorized)
I tried digging in to figure it out, but the entire login process on this package is modified from the Laravel docs.
`POST http://lq.test/api/v1/oauth/token 401 (Unauthorized)
`
The text was updated successfully, but these errors were encountered: