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

Use Lit context for app state #547

Open
DavidMStraub opened this issue Dec 8, 2024 · 0 comments
Open

Use Lit context for app state #547

DavidMStraub opened this issue Dec 8, 2024 · 0 comments

Comments

@DavidMStraub
Copy link
Member

DavidMStraub commented Dec 8, 2024

Currently, app state (like token refresh, translation strings) is handled in a variety of ways which are not always consistent; for instance, reloading the app with an expired token often leads to many simultaneous queries to the token refresh endpoint, causing 429 Too Many Requests errors.

Let's migrate to using Lit context with @provides/@consumes instead.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant