WatchVideoByLink icon indicating copy to clipboard operation
WatchVideoByLink copied to clipboard

Auth

Open MohamedBakoush opened this issue 1 year ago • 0 comments

What is Auth?

  • Authentication (Confirming you are who we think you are)
  • Authorization (Confirming what you can and can't do based on who you are)

Where does "Auth" happen?

  • Server (on requests)

What about the client?

  • Clients make requests
  • Requests can be authenticated and authorized

How do I know who the user is?

  • Make a request (i.e. /api/current-user)

Auth Flow

MohamedBakoush avatar Jul 25 '22 14:07 MohamedBakoush