Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 236 Bytes

5. Implement Authentication and Secure Data.md

File metadata and controls

8 lines (7 loc) · 236 Bytes

Implementing Authentication and Secure Data

  • Authentication
    • Act of verifying someone's identity.
    • Who are you?
  • Authorization
    • Act of verifying if someone has access to a certain operation/subsystem.
    • What can you do?