Closed xTrig closed 2 years ago
I could take this on
@xTrig could you help me out with setting up the sessions? Once that's working possibly there could be a React context set up for accessing a user's session data, which would also be helpful for the user roles issue (https://github.com/UWCodeForce/student-net/issues/32)
We will be requiring authentication to control access to certain parts of our site.
We will start off with basic email/password authentication, with the possibility of OAuth services later on.
The passwords will need to be hashed, most likely using a library such as bcrypt.