AscendingCreations / AxumSession

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

Reduce Session size in database. #64

Closed genusistimelord closed 9 months ago

genusistimelord commented 9 months ago

This is to Reduce the Needed stored size in the database to the minimal of what is needed.

Mostly

Data HashMap and LongTerm bool.

the rest are not needed to be stored in the database.

genusistimelord commented 9 months ago

#0461c5439d9f7fab85d6fe7b80ba8c11304260e1 Fixes the above issue.