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

feat: Organization client credentials flow #478

Merged
merged 20 commits into from
Feb 6, 2024

Conversation

nishad-ayanworks
Copy link
Contributor

What

  • Create client credentials clientId and clientSecret POST API.
  • Stored client credentials in the encrypted format in DB.
  • Fetch client credentials GET API.
  • POST API for access token using client credentials.
  • Delete existing client credentials.
  • Reset password feature.

@@ -0,0 +1,3 @@
-- AlterTable
ALTER TABLE "organisation" ADD COLUMN "clientId" VARCHAR(500),
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please merge these 3 migrations into one.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Resolved

Copy link

sonarcloud bot commented Feb 6, 2024

Quality Gate Passed Quality Gate passed

The SonarCloud Quality Gate passed, but some issues were introduced.

2 New issues
0 Security Hotspots
No data about Coverage
2.7% Duplication on New Code

See analysis details on SonarCloud

@KulkarniShashank KulkarniShashank merged commit cdf3531 into develop Feb 6, 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.

3 participants