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 : Implement SignUp-TODO Input Validation & Refactor Auth Routes for Future Third-Party Authentication Integration #12

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

Hamza1821
Copy link

Description:

  • Completed the SignUp functionality with input validation for email format, nickname, and password strength.
  • Moved all authentication-related routes to a separate auth.go file for better modularity and organization.
  • Created an auth group in the server function to handle authentication routes like sign-up, sign-in, and email verification.
  • Integrated environment variables for managing sensitive data like Cognito App Client ID and Secret.
  • Prepares the foundation for integrating third-party authentication (like Google or GitHub) by implementing a flexible authentication system that can be extended in the future.

This PR addresses some key components of the issue [#9 Proposal: Implementing Third-Party Authentication for Debate AI Backend Using Go], laying the groundwork for future OAuth 2.0 integration.

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