Temat: Autentykacja vs Autoryzacja
Temat: |
Autentykacja vs Autoryzacja |
Data: |
2024-02-02 |
Treść: |
-
Authentication – precedes Authorization; it’s about validating the received credentials; it’s where we verify that both username and password match the ones that our application recognizes
-
Authorization –it’s about verifying if the successfully authenticated user has permissions to access a certain functionality of the application
|