Altinn / altinn-studio

Next generation open source Altinn platform and applications.
https://docs.altinn.studio
BSD 3-Clause "New" or "Revised" License
115 stars 70 forks source link

Backend: Automatically refresh of the token #12764

Open framitdavid opened 6 months ago

framitdavid commented 6 months ago

We should figure out how we can support refresh tokens. The issue now is that is difficult to get the correct status code from GitLibToSharp to return the correct status code. Could we use expire_at timestamps instead?

By implementing refresh_token we reduce errors for auth/login within our logs.

mlqn commented 2 months ago

This looks like a duplicate of https://github.com/Altinn/altinn-studio/issues/12765