Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Optimalizace počtu callů na /api/users/me #497

Open
pavel-mxsf opened this issue Apr 29, 2023 · 0 comments
Open

Optimalizace počtu callů na /api/users/me #497

pavel-mxsf opened this issue Apr 29, 2023 · 0 comments
Assignees
Labels
backend enhancement Vylepšení něčeho, co už existuje frontend

Comments

@pavel-mxsf
Copy link
Contributor

  • nechceme tak často volat /api/users/me
  • navrhujeme nastavovat ještě jednu cookie, která bude vidět z js, v ní bude třeba userId a expirace. (api/auth/index.ts:180)
  • uživatel se bude na FE resolvovat pouze pokud bude tahle public cookie existovat, ušetří se tak spousta volání API.
@pavel-mxsf pavel-mxsf self-assigned this Apr 29, 2023
@pavel-mxsf pavel-mxsf added the enhancement Vylepšení něčeho, co už existuje label Apr 29, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backend enhancement Vylepšení něčeho, co už existuje frontend
Projects
None yet
Development

No branches or pull requests

2 participants