Skip to content

Add local authentication strategy and user registration #14

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

Merged
merged 1 commit into from
Oct 16, 2024

Conversation

foyzulkarim
Copy link
Owner

  • Implement local authentication strategy using passport-local
  • Add bcrypt for password hashing
  • Create user registration endpoint
  • Update user schema to support local authentication
  • Modify GitHub authentication to be optional
  • Add login endpoint for local authentication
  • Update user service with new methods for local auth

- Implement local authentication strategy using passport-local
- Add bcrypt for password hashing
- Create user registration endpoint
- Update user schema to support local authentication
- Modify GitHub authentication to be optional
- Add login endpoint for local authentication
- Update user service with new methods for local auth
@foyzulkarim foyzulkarim merged commit f02f91d into main Oct 16, 2024
1 check passed
Copy link

Quality Gate Failed Quality Gate failed

Failed conditions
D Security Rating on New Code (required ≥ A)

See analysis details on SonarCloud

Catch issues before they fail your Quality Gate with our IDE extension SonarLint

@foyzulkarim foyzulkarim deleted the feature/add-password-auth branch November 9, 2024 09:03
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.

1 participant