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

fix: fetch clientId and client secret by userId #790

Merged
merged 1 commit into from
Jun 19, 2024

Conversation

KulkarniShashank
Copy link
Contributor

@KulkarniShashank KulkarniShashank commented Jun 19, 2024

What

  • Modify the logic to fetch clientId and client secret using userId.

Why

  • To ensure that authentication details are correctly retrieved based on the user's unique identifier.

How

  • Updated the relevant functions to query the database using userId to get clientId and client secret.
  • Refactored the authentication module to incorporate the new logic.
  • Added tests to verify that clientId and client secret are correctly fetched by userId.

Signed-off-by: KulkarniShashank <shashank.kulkarni@ayanworks.com>
Copy link

@KulkarniShashank KulkarniShashank merged commit ffca3a1 into develop Jun 19, 2024
2 checks passed
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

Successfully merging this pull request may close these issues.

2 participants