[useradm] add support for returning never-expiring JWT tokens when logging in
Description
Extend the log-in endpoint to accept a stay_logged_in parameter which generates a never-expiring JWT token. Remove the “stay logged in” management in the UI and rely on the backend.
Extend the log-in endpoint to accept a
stay_logged_in
parameter which generates a never-expiring JWT token. Remove the “stay logged in” management in the UI and rely on the backend.