-
With server side sessions on IdentityServer the refresh token flow not only provides new access tokens, but it also ensure that the session on IdentityServer is kept alive.
Consider adding a featur…
-
## 📑 개요
로그인 관련 비즈니스 로직을 작성합니다.
### 🚀 상세 작업 내용
---
- [ ] Controller, Service 작성
- [ ] 로그인/회원가입 기능 개발
- [ ] 회원 탈퇴 기능 개발
- Redis에서 토큰 정보 삭제
- 회원 정보 Soft Delete
- …
-
## Describe
Save refresh token when authorize, and it will be used refresh when expire the access token.
## Why
Now I don't care the refresh token:
https://github.com/h3poteto/whalebird-desktop/…
-
### 🔖 Feature description
You should add a refresh token so a new valid JWT can be created after the current one got invalid.
### 🎤 Pitch
I am currently implementing Appwrite into a Nuxt3 project a…
-
### Version
module: 5.0.0-1624817847.21691f1
nuxt: 2.15.8
### Nuxt configuration
#### [mode](https://nuxtjs.org/api/configuration-mode):
- [x] universal
- [ ] spa
### Nuxt configuration
…
-
-
The fact stated in for e.g. #304 didn't state the test of time: Having refresh tokens that are used to exchange short lived access tokens (gladly) is much more common and secure to date.
Is there a…
-
I had my Telenet TV Box connected to HASS using the LGHorizon integration.
All was working fine till a few days ago. One action I did was to upgrade HASS to 2024.11.1, so possibly that's what broke i…
-
### Description
On an IDP details when the Request Refresh Token option is Enabled there should appear an option to Refresh Access Token.
When Refresh Access Token is Enabled and an User logs in t…
-
The site will log users out as soon as the authentication tokens expires, even if they are interacting with the site. We should setup `authlib` refresh token endpoints.