What is the key difference between authentication and authorization in web security?
-
A
Authentication verifies who you are; authorization determines what you can do
-
B
Authentication grants access rights; authorization verifies identity
-
C
Authentication uses tokens; authorization uses passwords
-
D
Authentication is server-side; authorization is client-side