computer-scienceangular-roadmapbackend-roadmapblockchain-roadmapdba-roadmapdeveloper-roadmapdevops-roadmapfrontend-roadmapgo-roadmaphactoberfestjava-roadmapjavascript-roadmapnodejs-roadmappython-roadmapqa-roadmapreact-roadmaproadmapstudy-planvue-roadmapweb3-roadmap
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.
|
3 years ago | |
---|---|---|
.. | ||
100-cookie-based.md | 3 years ago | |
101-oauth.md | 3 years ago | |
102-basic-authentication.md | 3 years ago | |
103-token-authentication.md | 3 years ago | |
104-jwt.md | 3 years ago | |
105-openid.md | 3 years ago | |
105-saml.md | 3 years ago | |
readme.md | 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