summaryrefslogtreecommitdiff
path: root/issues/gn-auth/implement-refresh-token.gmi
blob: 0dc63f39c3a653df06f14351eddf77eb7291cd8f (about) (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# Implement "Refresh Token" Feature for JWTs

## Tags

* status: closed, completed, fixed
* priority: high
* assigned: fredm, bonfacem
* type: feature-request, bug
* keywords: gn-auth, token, refresh token, jwt

## Description

We have recently moved to using JWT tokens in place of the older simpler tokens. The JWT tokens have a tiny expiry window (5 minutes from generation), which means we need a way to get a new token from the existing one. As such, we need to implement a way of refreshing the token(s).