So after we instantiate auth=Auth(db=db)
, when the user logs in, Auth will create a subclass of type <class 'gluon.dal.Row'>
which stores the fields from auth_user table:
first_name |
id |
last_name |
registration_id |
registration_key |
reset_password_key |
username |
No comments:
Post a Comment