(Sorry, repost, there was no reply) Hi. I would li...
# talk-kratos
s
(Sorry, repost, there was no reply) Hi. I would like to ask about Token Handling. AFAIK Kratos only stores the Access Token on registration. I would run a process refreshing the token for offline access. But when that fails at some point I don't see a way to get a new one through Kratos flows. That true? Did I miss something?
m
Hello @straight-author-7413 apologies for the late answer, You are asking about OIDC tokens right? I am not sure about the fail, but currently you get a new token on registration and settings flow, there is an issue open to add a token refresh to the login flow https://github.com/ory/kratos/issues/1912 Let me know if that was what you were looking for.
s
Yup, it is. Guess I have to wait for that one. Registration flow is a good hint, I could use that as fallback if refresh token fails.