Is it useful to have separate access tokens and refresh tokens if they’re going to be stored on the client-side as cookie?
(This is a followup to my question about a general security scheme here)
As part of an authentication scheme for a single-page application + REST API, I planned to provide authenticated clients with a short-lived access JWT … Continue reading Is it useful to have separate access tokens and refresh tokens if they’re going to be stored on the client-side as cookie?