Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/suhailroushan13/session-based-authentication

Session-based authentication is a method where the server maintains the session state using a session ID, which is typically stored in a cookie on the user's browser. When a user logs in, the server creates a session ID, sends it to the user's browser
https://github.com/suhailroushan13/session-based-authentication

auth cookie expressjs server session-management

Last synced: about 7 hours ago
JSON representation

Session-based authentication is a method where the server maintains the session state using a session ID, which is typically stored in a cookie on the user's browser. When a user logs in, the server creates a session ID, sends it to the user's browser

Awesome Lists containing this project

README

        

# Session-Based-Authentication