This implements "local" registration where usernames and hashed passwords are stored in the Postgres database. This also requires email verification via an email sent through a configured SMTP server.
This is copied from HackGT's prior work and doesn't currently include "coexistance" of both Quill and local auth options. That will require a bit of further refactoring.
This implements "local" registration where usernames and hashed passwords are stored in the Postgres database. This also requires email verification via an email sent through a configured SMTP server.
This is copied from HackGT's prior work and doesn't currently include "coexistance" of both Quill and local auth options. That will require a bit of further refactoring.