Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 419 Bytes

File metadata and controls

13 lines (9 loc) · 419 Bytes

Authentication and Authorization

  • Authentication: Establishing the credentials - login
  • Authorization: Permissions to access specific information based on my credentials

Devise

  • Devise is a Ruby gem
  • Handles authentication and authorization on the backend

JWT

  • JWT - JSON Web Token
  • A token that is handed from our backend to the frontend telling our application a user is logged in and authenticated