Skip to content

feat: implement user authentication flow with OTP-based signup, login, and verification endpoints#57

Merged
Atanu2k4 merged 1 commit into
sanks011:masterfrom
Atanu2k4:master
May 29, 2026
Merged

feat: implement user authentication flow with OTP-based signup, login, and verification endpoints#57
Atanu2k4 merged 1 commit into
sanks011:masterfrom
Atanu2k4:master

Conversation

@Atanu2k4

Copy link
Copy Markdown
Collaborator

Summary

Removed the Resend email integration and replaced it with a standard SMTP configuration for handling application emails.

Related issue

Fixes #56

Changes

  • Removed Resend email provider setup.
  • Added SMTP configuration and implementation for sending emails.

Testing

  • Verified that emails are successfully sent and delivered via the new SMTP provider.

Checklist

  • Title follows the repository PR format
  • The issue is linked with Fixes #56
  • Testing notes are included

@github-actions

Copy link
Copy Markdown

PR Validation Passed

Your PR title and description meet all requirements:

@Atanu2k4 Atanu2k4 merged commit 3996a6c into sanks011:master May 29, 2026
1 check 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.

Remove resend and implement SMTP in the mail verification

1 participant