-
Notifications
You must be signed in to change notification settings - Fork 2
Issues: manoelhc/test-actions
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
Author
Label
Projects
Milestones
Assignee
Sort
Issues list
PUT
/auth/password/reset/{token}
to reset the password using the token or code.
#78
opened May 24, 2024 by
manoelhc
POST
/auth/password/reset
to request a password reset (sends an email with a reset link or code).
#77
opened May 24, 2024 by
manoelhc
Map third-party OAuth2 accounts to internal user accounts, creating new ones if necessary.
#76
opened May 24, 2024 by
manoelhc
Register your application and obtain client IDs and secrets from Google, Facebook, and GitHub.
#73
opened May 24, 2024 by
manoelhc
POST
/auth/totp/enable
which generates and returns a QR code for TOTP setup.
#71
opened May 24, 2024 by
manoelhc
Implement middleware for protected routes that require JWT verification.
#70
opened May 24, 2024 by
manoelhc
Implement password hashing and salting using a reputable library (e.g., bcrypt).
#65
opened May 24, 2024 by
manoelhc
Add a new table or fields in the existing database to store hashed passwords and TOTP secrets.
#64
opened May 24, 2024 by
manoelhc
Set up logging for all authentication attempts (successful and unsuccessful).
#63
opened May 24, 2024 by
manoelhc
Implement rate limiting on all authentication endpoints to mitigate brute force attacks.
#62
opened May 24, 2024 by
manoelhc
Previous Next
ProTip!
What’s not been updated in a month: updated:<2024-10-27.