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
The auth_id is so called, rather than being called a user_id to discourage the use of the user’s ID.
If we shouldn't use the user's id, then it seems like we need a mapping between the two ids in a memory store, database, or whatever. Is this taken care of in any existing packages?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello,
The docs at https://quart-auth.readthedocs.io/en/latest/discussion/design_choices.html#auth-id-meaning state
If we shouldn't use the user's id, then it seems like we need a mapping between the two ids in a memory store, database, or whatever. Is this taken care of in any existing packages?
Beta Was this translation helpful? Give feedback.
All reactions