Skip to content

learn-academy-2023-india/apartment-app-backend-india-2023-instructors

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published