Thanks for the rocket-speed answer.
Oh, so it kind of handles it by itself. Yay! Also I have one more question that would make me so happy to be answered by you.
How can I check on every page if the authentication is still valid (I mean if the user is still authenticated or is the session expired). What is the proper way of doing it?
And also what happens if the user’s session is expired? If there is a way of checking it every page, maybe I can segue the user to the login page? Is that right? Or does it handles the ‘refresh-token’ kind of thing by itself, too when the 24 hours (on default) expires?
Thanks!