You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
The text was updated successfully, but these errors were encountered:
This will require:
UserService.java
to create users-> 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)
The text was updated successfully, but these errors were encountered: