Roadmap to becoming a developer in 2022
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Kamran Ahmed 1a493a9dbe Add authentication strategies 2 years ago
..
readme.md Add authentication strategies 2 years ago

readme.md

Authentication Strategies

Authentication strategies are methods or techniques used to verify the identity of a user or system in order to grant access to a protected resource. There are several different authentication strategies that can be used, including:

  • Basic Authentication
  • Session Based Authentication
  • Token Based Authentication
  • JWT Authentication
  • OAuth
  • SSO

You don't necessarily need to learn all of these, how to implement and the ins and outs from the get go. But it's important to know what they are and how they work. This will help you make better decisions when choosing an authentication strategy for your application.

Free Content Basic Authentication Session Based Authentication Token Based Authentication JWT Authentication OAuth SSO - Single Sign On