Improved account API
Citymonstret opened this issue · 2 comments
Citymonstret commented
What:
Utility suite intended to make it easier to securely and efficiently handle user logins and registration.
It would serve as an extension to the preexsting account utilities, which currently includes:
- Account database management
- Account creation
- Account password management (using jbcrypt)
- Account roles
- Account metadata
The extended API should include:
- Account login
- Account registration
These components should include input sanitization and verification. Verification
could possibly use Oval (As Oval is already used throughout Kvantum)
Citymonstret commented
Account verification system is implemented.
Citymonstret commented
Account search system improved; implemented account repository