we have two types of users which we differentiate by storing meta data in app_settings.
Now we want one type of users to hava a permanent session experience and the other type of users must have a non permanent session, hence they must logon every time they open the browser again. Any idea how we can accomplish this?
Auth0 doesn’t directly support a scenario like this as sessions are customizable, but at the application level. What might be an option is implementing logic in your app code to handle logging out users that meet your specific criteria.