Silent Login after Profile Updated?

Hi,

I have successfully implemented the authentication for a basic MVC application.

Furthermore I implemented a simple profile page, where the user can also update the profile information. I would prefer not to load the profile for every request. I usually only need the fullName anyway, which is part of the token. So to update the token I have forced a logout, which is not the best UX.

Is there a solution for a silent login?

Hi @sebastian7 ,

Yes, you could use Silent Authentication to authenticate and get new tokens without the users having to logout.
Please review the information in our docs, thanks!

1 Like