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

Auth #1

Open
14 of 24 tasks
Tracked by #11
Pandoks opened this issue Aug 2, 2024 · 0 comments
Open
14 of 24 tasks
Tracked by #11

Auth #1

Pandoks opened this issue Aug 2, 2024 · 0 comments
Assignees
Labels
feature New feature or request
Milestone

Comments

@Pandoks
Copy link
Owner

Pandoks commented Aug 2, 2024

Overview

Handle authentication and authorization for the system in an extensible way.

TODO

  • Get rid of Lucia Auth and roll completely from scratch
  • Get rid of Oslo and use Oslojs

Features

Login

  • Login with username/email + password
  • Login with username/email + passkey
  • 2FA TOTP
  • Forgot password reset

Signup

  • Signup with username + email + password
  • Signup with username + email + passkey

2 Factor Authentication

  • Setup 2 factor authentication with app
  • Verify 2 factor authentication with TOTP
  • 2 factor recovery

Login Throttling/Rate Limiting

  • Login throttle
  • Signup throttle
  • Limit sensitive endpoint attempts

Profile

  • Profile page for user
  • Change profile picture
  • Change username
  • CRUD email
  • Change password
  • CRUD passkeys
  • CRUD 2 factor authentication
  • Popup/Sidebar/Individual page for profile

Test

@Pandoks Pandoks self-assigned this Aug 2, 2024
@Pandoks Pandoks added the feature New feature or request label Aug 2, 2024
@Pandoks Pandoks added this to the v1.0.0 milestone Aug 2, 2024
@Pandoks Pandoks mentioned this issue Aug 2, 2024
15 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant