-
**Which version of Duende IdentityServer are you using?**
I am using only `Duende.AccessTokenManagement`, version 2.0.3.
**Which version of .NET are you using?**
.NET 8 RC2.
**Describe the…
-
Hi,
I'm testing the Copilot module but cannot extract the token. I modified the get_substrate_bearer_office.js script to deal with the MFA using an interactive session.
I followed https://labs.z…
-
- Refresh token will be long lived (7d) and stored in a secure, httpOnly cookie on the user.
- Access token will be short lived (15m) and stored in application state.
Above is generally the most s…
-
Loading a new device with official v8.9-rc28 and beta v8.0-rc3 build and installing this repo, then adding MangaDex leads to a string of pop up errors:
[ERROR] [] [DUISection:reloadRows():140] JSErr…
-
이슈사항 naver response access token 에서 +가 포함된 문자열이 내려왔는데
https://developers.naver.com/forum/posts/35204 이 링크를 참고해서 이슈사항을 남깁니다.
문제 : 받은 access token 에 + 가 포함된 이슈
+가 내려오는게 정상일까요? 아니면 제코드에서 뭔가 잘못된부…
-
### Steps to reproduce
Right now there appears to be two possible behaviors when a refresh token is refreshed.
1. If the `previous_refresh_token` column exists then the refresh token / access to…
-
### Describe the bug
[06:40:37 INFO]: [Geyser-Spigot] Player connected with username Nadlej
[06:40:37 INFO]: [Geyser-Spigot] Nadlej (logged in as: Nadlej) has connected to the Java server
[06:40:37…
-
**Describe the bug**
Hello, I tried to setup the trial a long time ago and ended up not using it, this morning I bought the pro version as I really want to start using it (I am trialling solutions …
-
## Description
Refresh Token이 만료 됐을 땐 Token Refresh가 안되는데도 불구하고
refresh 요청을 무한정으로 보내서 사이트 접근에 문제가 생김.
## solution
백엔드에서 Access Token이 만료되었을 때와 Refresh Token이 만료되었을 때를 구분하여 오류 메세지를 다르게 보낼 것.
프론트에서 Ac…
-
i am able to fetch the token using postman. however. the same using the fetch API returns null.
const token = response.headers.get("x-auth-token"); -< returns null
"response.headers.forEach((v…