simplebank
simplebank copied to clipboard
How should the logic for logging out be implemented
hi:How should the logic for logging out be implemented
Hi bytegolang, To log out, you can simply delete or block the session, so the client can no longer use the refresh token (of that session) to issue new access tokens.
@techschool, won't the access token still be usable however (even though for a short time) ??