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?