bmf-san / gobel-api

Gobel is a headless cms built with golang.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Consider whether to add a process to delete the refresh token in the API

bmf-san opened this issue · comments

Description

Consider whether to add a process to delete the refresh token in the API.
It may be better to remove the token as it will remain in redis until it expires.
Admin client discards access token and refresh token from localstorage when signing out.