From 0480067544ab0bdd0388198c761f56acf9059036 Mon Sep 17 00:00:00 2001 From: Evin Weissenberg Date: Wed, 3 Aug 2022 09:31:57 -0600 Subject: [PATCH] Add cookie based authentication content * Update 100-cookie-based.md * Update content/roadmaps/101-backend/content/109-apis/106-authentication/100-cookie-based.md Co-authored-by: Kamran Ahmed --- .../109-apis/106-authentication/100-cookie-based.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/content/roadmaps/101-backend/content/109-apis/106-authentication/100-cookie-based.md b/content/roadmaps/101-backend/content/109-apis/106-authentication/100-cookie-based.md index 72735c138..d4de9fa1f 100644 --- a/content/roadmaps/101-backend/content/109-apis/106-authentication/100-cookie-based.md +++ b/content/roadmaps/101-backend/content/109-apis/106-authentication/100-cookie-based.md @@ -1 +1,7 @@ -# Cookie based \ No newline at end of file +# Cookie-Based Authentication + +Cookies are pieces of data used to identify the user and their preferences. The browser returns the cookie to the server every time the page is requested. Specific cookies like HTTP cookies are used to perform cookie-based authentication to maintain the session for each user. + +Free Content +How does cookie based authentication work? +