Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/suhailroushan13/session-based-authentication
- Owner: suhailroushan13
- Created: 2024-03-08T18:10:30.000Z (8 months ago)
- Default Branch: master
- Last Pushed: 2024-04-10T23:53:31.000Z (7 months ago)
- Last Synced: 2024-04-13T02:48:04.640Z (7 months ago)
- Topics: auth, cookie, expressjs, server, session-management
- Language: JavaScript
- Homepage: https://github.com/suhailroushan13/Session-Based-Authentication
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Session-Based-Authentication