-
It's about [time we released Laravel Passport 13.x](https://github.com/laravel/passport/pull/1792#issuecomment-2397066216), but we are being held back due to unmerged PRs in this repo after 5 months!
…
-
Hi,
I'm installing solidtime in docker (Portainer).
The application is installed, database migrate, it shows up, I get to register, I get the confirmation email, that link works... all good.
But, w…
-
**Is your feature request related to a problem? Please describe.**
I have a use case where I need to have phpVMS as a OAuth server to integrate into my other projects, including a 3rd party LMS softw…
-
Some requests to the backend are being rejected with a `401` response code.
The backend logs following exception:
```
The resource owner or authorization server denied the request. {"exception":…
-
Can I use it with laravel passport?
-
### Debug mode
- [X] I have enabled debug mode
- [X] I have read [checked the Common Issues page](https://snipe-it.readme.io/docs/common-issues)
### Describe the bug
git pull is giving the error of…
-
I need a simple example on how to use Laravel Passport :pray:
-
### Debug mode
- [X] I have enabled debug mode
- [X] I have read [checked the Common Issues page](https://snipe-it.readme.io/docs/common-issues)
### Describe the bug
Whenever I try to test L…
-
Switch to using Authorization Code Grant with PKCE because Password Grant Tokens has been legacy.
-
It seems that if I enable Laravel passport on my graphql endpoint I can not get GraphiQL to work, even if I add the `'X-Requested-With' => 'XMLHttpRequest'` header to the request it uses. Based on my …