3 Guides

cookies

How to use Tokens and Cookies for Axios Authentication?

Let's learn how to authenticate Axios requests using tokens and cookies in this guide.

HTTP Cookies, Their Purpose, And Their Types

HTTP Cookies play a fundamental role on the Web. They are small pieces of data that are sent by a server and stored in the client's device. In this piece, let's look at their types and why they are important.

Introduction to HTTP cookies

The HTTP cookies are used by the websites to store different information inside your browser. In this piece, let's look at HTTP cookies and where it is used.