Authentication is the process of checking the credentials of a user to allow them to log in to an account. Authorization allows users to interact with the website in specifc ways depending on their roles.
Authentication: User creation and login. Uses Bcrypt to keep a password secure. Authorization: