-
Traceback (most recent call last):
File "weibo_bot.py", line 156, in
check_user(1372451215)
File "weibo_bot.py", line 104, in check_user
token = client.request_access_token(code)
File …
-
Hi all,
I didn't write down my accesstoken and didn't have the refreshtoken code in my project. So now i keep getting "Authorization code expired". I tried to make a new project but i keep gett…
-
I am calling /oauth/token to generate the token by passing the code. I set OAUTH2_REFRESH_TOKEN_GENERATOR=True in my flask app config. But I only get access_token in the response but not refresh_token…
-
With the addition of token lifespans to the client configuration, hydra 2.3.0(fork) does not work with with kratos 1.1.0. The reason is that when Kratos tries to fetch the hydra login flow using the l…
-
- [x] Qualifacts InSync - Cannot Login to Sandbox env to retrieve Client ID/Secret
- [x] Qualifacts CareLogic - Waiting
- Does not support PKCE
- [x] Qualifacts Credible - Working
- weird `base…
-
Hey, thanks for putting the library together it looks great!
I am building an application that uses OAuth 2.0 code grant flow which returns an `accessToken` for the user.
Is it possible to use …
-
Hi,
I am working on a project where the backend uses Implicit Grant type (I know this is a HUUUUUGE risk factor but I do not have hands on access to the backend).
Is there any way this plugin can …
-
I'm working on authenticating with Bungie to do fun things with the Destiny API. In their OAuth documentation [here](https://github.com/Bungie-net/api/wiki/OAuth-Documentation), they specify the param…
-
**Why have you chosen OAuth 1.0a instead of OAuth 2.0 ([RFC 6749](https://tools.ietf.org/html/rfc6749))?** OAuth 1.0a is a futureless specification.
Many specifications have been standardized based o…
-
Hello,
it would be nice to add a page in doc for the integration with NelmioApiDoc: documentation for token method ans OAuth in sandbox.
Thanks in advance.