Frachtwerk / essencium-frontend

Next.js based starter monorepo consisting of a component library, types, docs and a boilerplate application.
https://staging.essencium.dev
GNU Lesser General Public License v3.0
17 stars 1 forks source link

add support for refresh tokens #581

Open qhantom opened 3 months ago

qhantom commented 3 months ago

Description Currently, we only handle an access token for authentication. Since Essencium backend does support refresh tokens, we should implement the support.

Scope