AscendingCreations / AxumSession

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

Axum_extra's from_fn too tower Service #11

Closed genusistimelord closed 2 years ago

genusistimelord commented 2 years ago

This update will change over from from_fn which was added directly into Axum in the most recent version to Tower service which will allow us to still not import all of Axum.

@jkristell could you give this a test on your side?

jkristell commented 2 years ago

Hi

I have a bunch of tests that authenticates and tries to access various resources and all of them still pass. If i find the time a can try to add some of those tests back to this crate.

genusistimelord commented 2 years ago

@jkristell that would be great! I have done some manual testing on it myself I just wanted to make sure it was still working for you as last time I missed the whole crash part when a session was not found etc.