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.
 
 
 
 
 
Uma Das 350e4ea902
Backend Color Codes Fixed (#1785)
3 years ago
..
100-cookie-based.md Add cookie based authentication content 3 years ago
101-oauth.md Update 101-oauth.md (#1125) 3 years ago
102-basic-authentication.md Add interactivity for the backend roadmap 3 years ago
103-token-authentication.md Backend Color Codes Fixed (#1785) 3 years ago
104-jwt.md Backend Color Codes Fixed (#1785) 3 years ago
105-openid.md Update OpenID resources 3 years ago
105-saml.md Add interactivity for the backend roadmap 3 years ago
readme.md Add Content into Backend-Developer-Roadmap (#1583) 3 years ago

readme.md

Authentication

The API authentication process validates the identity of the client attempting to make a connection by using an authentication protocol. The protocol sends the credentials from the remote client requesting the connection to the remote access server in either plain text or encrypted form. The server then knows whether it can grant access to that remote client or not.

Here is the list of common ways of authentication:

  • JWT Authentication
  • Token based Authentication
  • Session based Authentication
  • Basic Authentication
  • OAuth - Open Authorization
  • SSO - Single Sign On

Free Content User Authentication: Understanding the Basics & Top Tips An overview about authentication methods SSO - Single Sign On OAuth - Open Authorization JWT Authentication Token Based Authentication Session Based Authentication Basic Authentication