kitinon / svk-keycloak

A SvelteKit's middleware for authenticate with Keycloak using OIDC authorization code flow.
2 stars 0 forks source link

Token refresh? #1

Open blevine opened 1 year ago

blevine commented 1 year ago

Hi. It doesn't look like this library does a refresh when the access token expires. So for example, if you've set use_cookie: true, the access token in that cookie will eventually expire. Is this something you're planning to add?

progroup707 commented 1 year ago

up