Authentication#
You'll be authenticating with a a lot of systems during your day to day. Authentication essentially comes down to who you are. There are a tonne of different ways to authenticate to a system. We'll cover some of those here.
There are things we call "factors" that go into the authentication process:
- Knowledge: something the user knows
- Ownership: something the user has
- Inherence: something the user is
Combined we get authentication.