Server side verification of login credentials.
Should be secure, maybe with encryption using SHA512 if possible with at least 50 rounds
Do not do this in middleware, but via the next.js API implementation options
Login credentials should be username/email and password.
2fa maybe in a later task
Server side verification of login credentials.
Should be secure, maybe with encryption using SHA512 if possible with at least 50 rounds
Do not do this in middleware, but via the next.js API implementation options
Login credentials should be username/email and password.
2fa maybe in a later task