-
### Expected Behavior
That if I generate a new token, all child requests will use new token.
### Actual Behavior
When I change environment, I clear the token, generate a new one and it still …
-
-
Hi All,
I am setting up a github bot for use with github actions, but it cannot access the repos API endpoint.
Here are the permissions that the bot is set to (way too permissive, I know, but I …
-
# Feature request
I'm writing an app that uses OAuth 2.0 for user login, and I'd like to verify the JWT tokens returned by the authentication server, but there doesn't seem to be a way to validate …
-
### What would you like to be added?
Use DRF - https://www.django-rest-framework.org/
The public APIs:
```
/api/v1/secret - POST for creating the secret, returns the UUID
/api/v1/secret/UUI…
-
Thoughts?
-
**Is your feature request related to a problem? Please describe.**
Instead of using normal user+password authentication I would like to have an never expiring API key as Elasticsearch also offers.
h…
-
### 前置确认
- [X] 我确认我运行的是最新版本的代码,并且安装了所需的依赖,在[FAQS](https://github.com/zhayujie/chatgpt-on-wechat/wiki/FAQs)中也未找到类似问题。
### ⚠️ 搜索issues中是否已存在类似问题
- [X] 我已经搜索过issues和disscussions,没有跟我遇到的问题相关的issu…
-
I think it's unsafe to leave sensitive data such as access tokens (in the case of Oauth2 like Google).
If an attacker is able to retrieve a cookie he can easily decode the JWT token and use the acc…
-
**Describe the bug**
Token field to short to use with keycloack oidc instropsection endpoint
**To Reproduce**
Create a client than support oidc login on keycloack and use django-oauth-toolkit to…