Skip to content

possible to store client args with auth user? #924

Answered by lo5
Alex-Wenner-FHR asked this question in Q&A
Discussion options

You must be logged in to vote

User info is best stored in q.user, not q.client.
q.user is tied to a user, whereas q.client is tied to a browser tab.

If you store info in q.user, you can use checkpointing to restore that info between app restarts.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@Alex-Wenner-FHR
Comment options

Answer selected by Alex-Wenner-FHR
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants