Answers for "authentication vs authoriyation"

4

Authorization vs Authentication

● authentication --> who are you
● authorization --> what rights do you have
● Authentication is user and password
● Authorization has types:
○ no Authorization
○ Basic Authorization
○ Bearer Token
○ Inherit Auth from parent
Posted by: Guest on June-21-2021

Code answers related to "authentication vs authoriyation"

Browse Popular Code Answers by Language