AscendingCreations / AxumSession

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

Noencrypt #78

Closed genusistimelord closed 6 months ago

genusistimelord commented 6 months ago

this removes encryption from header session id and cookie session id to instead use just signing. this will improve performance while better ensuring packets are from the server and not generated outside of the server.

Will need to add IP Address and Browser meta data and or the ability to get a hash of the SSL Certs exchanged from the browser to the server. this will further improve security.