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

Avoid multiple auth0 calls for same module #494

Closed
Martin-Molinero opened this issue Sep 4, 2024 · 0 comments · Fixed by #497
Closed

Avoid multiple auth0 calls for same module #494

Martin-Molinero opened this issue Sep 4, 2024 · 0 comments · Fixed by #497
Assignees
Labels
bug Something isn't working enhancement New feature or request

Comments

@Martin-Molinero
Copy link
Member

  • When using the same module for multiple different types, for example data feed/brokerage, we want to avoid needing to request the same Auth again to the API when configuring it. To solve this we could adjust Auth0Client to keep an in memory state per brokerage id
@Martin-Molinero Martin-Molinero added bug Something isn't working enhancement New feature or request labels Sep 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants