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
Before authorizations embedded documents existed, auth data was stored in the users documents. Active users' data should be up to date, because auth data is updated during session creation.
Let's remove User's deprecated attributes and update finders (#find_by_omniauth).
User attributes to be removed:
provider
uid
token
gravatar_id
The text was updated successfully, but these errors were encountered:
Before authorizations embedded documents existed, auth data was stored in the users documents. Active users' data should be up to date, because auth data is updated during session creation.
Let's remove
User
's deprecated attributes and update finders (#find_by_omniauth
).User
attributes to be removed:provider
uid
token
gravatar_id
The text was updated successfully, but these errors were encountered: