AscendingCreations / AxumSession

Axum Session Management Libraries that use Sqlx
MIT License
136 stars 28 forks source link

Mongodb session data store bug #75

Closed 11nk closed 7 months ago

11nk commented 7 months ago

SessionMongoPool will insert a new record into sessions table per request.

genusistimelord commented 7 months ago

we found the issue and will attempt to fix it soon.