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
In the "Authentication providers" example identity.name should be replaced by identity.id
In the "User Information providers" example the hasattr(current_user, 'id') test doesn't exclude anonymous users anymore. Because all users have the id attribute now.
The text was updated successfully, but these errors were encountered:
In the "Authentication providers" example identity.name should be replaced by identity.id
In the "User Information providers" example the hasattr(current_user, 'id') test doesn't exclude anonymous users anymore. Because all users have the id attribute now.
The text was updated successfully, but these errors were encountered: