There has to be a way for creators to sign up (if the --enable-sign-up command line flag is given) and to log in. I think we can do this through a traditional username–password combination, perhaps with a CAPTCHA to combat spam bots.
Account recovery, MFA, and changing nicknames can be implemented at a later time.
[ ] Add necessary columns to creators table.
[ ] Add sign up form and submission handling.
[ ] Add log in form and session storage.
[ ] When logged in, display a button to log out to the page header.
[ ] When logged in, display creator’s name in the page header.
There has to be a way for creators to sign up (if the
--enable-sign-up
command line flag is given) and to log in. I think we can do this through a traditional username–password combination, perhaps with a CAPTCHA to combat spam bots.Account recovery, MFA, and changing nicknames can be implemented at a later time.
creators
table.