AscendingCreations / AxumSession

Axum Session Management Libraries that use Sqlx
MIT License
142 stars 29 forks source link

Don't panic on missing key #8

Closed jkristell closed 2 years ago

jkristell commented 2 years ago

This fix a panic in AxumSession.

I haven't really tested this yet, but I got this error on a service I'm running that uses AxumSession. This is one is solution, I don't know if it is the right one :)

Was about to add some tests for this as well, but I can send another patch with that later if you want.

genusistimelord commented 2 years ago

thank you for finding this as a issue XD.