Skip to content

Instantly share code, notes, and snippets.

@dannyradden
Created April 5, 2017 15:34
Show Gist options
  • Save dannyradden/4e07b555d8f17aa4e7e9a37dae22325b to your computer and use it in GitHub Desktop.
Save dannyradden/4e07b555d8f17aa4e7e9a37dae22325b to your computer and use it in GitHub Desktop.
Authorization questions 1701 Mod 2

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:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment