diff options
author | Frederick Muriuki Muriithi | 2024-04-26 08:28:29 +0300 |
---|---|---|
committer | Frederick Muriuki Muriithi | 2024-04-26 08:28:29 +0300 |
commit | 10407576710c57eff9abbcf0866797b91e717bd0 (patch) | |
tree | d86a8b9008d116aaa532edcdcd91e635ad232ed4 /issues/gn-auth | |
parent | a6e654426ce33045eb65c70e0af8623b8f8f2093 (diff) | |
download | gn-gemtext-10407576710c57eff9abbcf0866797b91e717bd0.tar.gz |
gn-auth: Refresh JWT tokens. (New issue)
Diffstat (limited to 'issues/gn-auth')
-rw-r--r-- | issues/gn-auth/implement-refresh-token.gmi | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/issues/gn-auth/implement-refresh-token.gmi b/issues/gn-auth/implement-refresh-token.gmi new file mode 100644 index 0000000..6b697eb --- /dev/null +++ b/issues/gn-auth/implement-refresh-token.gmi @@ -0,0 +1,13 @@ +# Implement "Refresh Token" Feature for JWTs + +## Tags + +* status: open +* 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). |