Skip to content

Go middleware to get/parse sessions populated from express & express-session

Notifications You must be signed in to change notification settings

whatl3y/express-session-go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

express-session-go

Functions and HTTP middleware to check validity and retrieve session information that was populated from express-session.

Why

If you use express-session in a NodeJS/express app to store session data, it's fine and dandy if all your APIs and services live in the same express app with all requests flowing through the express-session middleware. With this package, you can also build APIs and services in go and implement a similar HTTP middleware to retrieve and use session info as is being used in your express app.

Usage

See /examples folder

Stores

TODO

  • Create example session store retrieval of session that can be used as sessionParser replacement

Special Thanks

Special thanks to Chris Tomich and his blog post for helping get started on this project.

About

Go middleware to get/parse sessions populated from express & express-session

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages