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
@alsmpd What do you think about storing the reference to the actual user in the viewstate. As opposed to just the provider object.
My reason being - I want to change how we get a user's game list. I want to store a games array on the user. I think it would be better if we could just do viewstate.get('user').get('games') ... etc. I can see other places where this would be useful.
The text was updated successfully, but these errors were encountered: