Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign up
Pinned
311 contributions in the last year
Contribution activity
October 2020
Created a pull request in yoshuawuyts/async-mongodb-session that received 3 comments
Store as document fix and documentation on how to configure session expiry.
This patch fixes #6 and also exposes a datetime property named created at the root level of the session document as using the expiry property insid…
Created an issue in yoshuawuyts/async-mongodb-session that received 3 comments
Discussion: Handle Session Expiry
Hey Folks As mentioned in the code https://github.com/yoshuawuyts/async-mongodb-session/blob/master/src/lib.rs#L49 Sessions do not expire at the mo…