
Authentication helps verifying the identity of a user. There are many ways we can provide authentication to check our internet resources (Websites, APIs). In this post I am going to tell you the two mainly used authentication types.
Session Based Authentication
Token Based Authentication
Session Based Authentication
In today's internet world many web sites are session based and easy to implement. Mostly all frameworks gives support for Session based authentication. In this type of Au...
More