You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This would do the work of decrypting the token that gets passed in and make attributes from that token easily available in the implementing controller such as:
anon order id
username
clientid
access token
email
isAnon (boolean defining whether the user is anon, slightly easier than checking for existence of anon order id)
The text was updated successfully, but these errors were encountered:
crhistianramirez
changed the title
Add a "Verified User Context"
feat request: add a "Verified User Context"
Apr 20, 2018
This would do the work of decrypting the token that gets passed in and make attributes from that token easily available in the implementing controller such as:
The text was updated successfully, but these errors were encountered: