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

Setup Authentication for Email & Pass #62

Open
4 tasks
Daggerpov opened this issue Dec 26, 2024 · 0 comments
Open
4 tasks

Setup Authentication for Email & Pass #62

Daggerpov opened this issue Dec 26, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@Daggerpov
Copy link
Owner

This will require:

  • Endpoints
  • Connecting to our UserService.java to create users
  • Implementing password reset functionality (perhaps handled for us by using a library within Java Spring Boot)
  • Storing the credentials, either externally, or in-house
    -> Storing in-house isn't as un-secure as many seem to think, and it'd be easier to do it ourselves without having our data split between a provider and our own database)
@Daggerpov Daggerpov added the enhancement New feature or request label Dec 26, 2024
@Daggerpov Daggerpov moved this to Second Priority TODO in Spawn App Dec 26, 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
Status: Second Priority TODO
Development

No branches or pull requests

2 participants