Is this security scheme using passwords, short-lived access JWTs, and long-lived refresh tokens a good way to secure a REST API?

I’m trying to secure a REST API that I’m using as a backend for a single-page application. The API provides access to read/create/modify/delete protected resources, based on a set of permissions managed by an administrator. What I’m thinki… Continue reading Is this security scheme using passwords, short-lived access JWTs, and long-lived refresh tokens a good way to secure a REST API?