-
In GitLab by @mumunuu on Oct 15, 2024, 10:32
정상: 마이페이지 조회 => JWT를 먼저 검사하고, 정상이면 => 마이페이지 조회하는 API 호출
로그아웃 케이스 : 마이페이지 조회 => JWT를 먼저 검사했는데, 만료됐어 (exp) => 리프레시 토큰 있어? => 없어 => 로그아웃
재발급 케이스 : 마이페이…
-
### Vaultwarden Docker file
authentik hosted on the same machine
```
services:
vaultwarden:
image: timshel/vaultwarden:latest
container_name: vaultwarden
restart: always
…
-
Here, we do a delete+add: https://github.com/istio/istio/blob/efbfe15a7621fc408e92f48a9717be572827e1c7/pilot/pkg/model/jwks_resolver.go#L503-L510
This can lead to cache misses, causing on-demand lo…
-
Hey,
I stumbled across the following issue, where the application does not issue a refresh Token where it should.
Have a look at the following part in validate.js:
```
/**
* Given an auth c…
-
As far as I see gin-jwt consider Access token as same as Refresh token.
When we login, in response we can find a token that later we can send to refresh endpoint.
Additionally, we have also MaxRefre…
ewgRa updated
8 months ago
-
Delete dormant refresh token from DB. It's controversial.
- [ ] Add last refresh date column to `RefreshToken` table
- [ ] Add dormant column to `RefreshToken` table, as boolean
- [ ] Delete refr…
-
#### Environment details
- OS type and version: Debian 11
- Python version: Python 3.9.2
- pip version: pip 20.3.4
- `google-api-python-client` version: 2.141.0
#### Steps to reproduc…
-
### Describe the bug
I'm using Azure DevOps pipelines to run an AzureCLI@2, which performs `az acr login -n `. It is using a Azure ARM service connection with workload identity federation with open…
-
### Program version
5.1.5
### Operating System
Linux
### Type
CLI
### Service
Crunchyroll
### Command used
aniDL --service crunchy --auth
### Show ID
0
### Episode
0
### Console Output
…
-
Hi guys I have problem with Goindex and refresh token . Every Seven days my refresh token expire and I can't open my address link in any way .
When I creat new refresh token everything is right until…