-
Co zmieniliście dzisiaj o przed 17:00 że pozyskiwanie Access token przestało nagle dzialać??????????????
cURL error: HTTP/2 stream 1 was not closed cleanly: CANCEL (err 8)
Działało ileś lat, zap…
-
### What happened?
When I was posting to the /oauth2/token endpoint I had an incorrect grant type, but saw this error:
```
{'error': 'unsupported_grant_type', 'error_description': 'The requested …
-
## Title: 400 Bad Request on /oauth/token
Issue found of: Nov 29 2024
### Endpoint(s):
* `POST /oauth/token`
### Steps to reproduce:
Using Spring Webclient to access /oauth/token
WebClien…
-
Hello, I want to use the API, with the generated Client Id / Secret, but it returns 401 Unauthorized. I'm using the php example from the docs:
`function getAccessToken()
{
$authorization = bas…
-
Hello, thanks your great work!
I have seen the code and found you have implement three types of grant.
```
export * from './client-credentials.strategy';
export * from './refresh-token.strategy';
…
-
There are some concepts in oauth that are new to me, so I was getting myself familiar with what this is and why it would be preferable to just having the app ask for login credentials. The problem as…
-
-
I want to use grant_type = authorization_code in OAuth 2.0 interface, how to get code parameter the document does not explain clearly how to get code parameter, such as this: https://api-cat.usps.com/…
-
## Title: Fetching OAuth access token returns 400 "invalid_grant"
Issue found of: October 16th, 2024
### Endpoint(s):
POST secure.soundcloud.com/oauth/token
### Scope(s):
Application uses…
-
I know Flower supports the following authentication types:
* Basic Authentication
* Google OAuth
* Github OAuth
But none of them satisfies the need for our application, therefore we supported…