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

[Task] Implement OTP system #5

Open
2 tasks
JasonBarahan opened this issue Jun 28, 2024 · 0 comments
Open
2 tasks

[Task] Implement OTP system #5

JasonBarahan opened this issue Jun 28, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@JasonBarahan
Copy link
Member

Task

The OTP system is used to allow password less login. (P stands for PIN.) This is coupled with the fact that registration can only be completed with a utoronto email address. This allows authentication to be performed when logging on to their mail client, with the same security features that are mandated by the University. Ideally:

  • when an unregistered user wants to register, if the email address is of the utoronto.ca domain, an email containing the OTP is sent to the provided email so they can complete registration.
  • when a registered user wants to log on, an OTP is sent to the provided email address. The user can only complete login when they enter the correct OTP.

We will need to send OTP emails out from a no-reply email address #1 .

Steps

  • Implement the OTP system
  • pass the review stage
@JasonBarahan JasonBarahan added the enhancement New feature or request label Jun 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant