kodeschooler
kodeschooler
Can someone please explain why a page refresh (eg, authenticated user hits F5) causes the userData and User to be truncated and the library to make another attempt to authenticate...
How would one go about changing the acr_values in the settings object after someone is authenticated? For example, when an admin user selects a different customer from a list, I'd...
Using this context, how would one go about changing the acr_values in the settings object after someone is authenticated? For example, when an admin user selects a different customer from...
I've been using this library with no issues, but I'm wondering how to change one of the read-only settings during the use of my app (ie, after the ```UserManager``` class...