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 1 month 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 (12 months ago)
- Default Branch: master
- Last Pushed: 2024-04-10T23:53:31.000Z (11 months ago)
- Last Synced: 2024-11-16T08:18:13.336Z (3 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