Does Salvo support session-based authentication? #843
cameronelliott
started this conversation in
General
Replies: 1 comment
-
https://github.com/salvo-rs/salvo/blob/main/examples/session-login/src/main.rs |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hey, I just discovered Salvo, and it looks cool.
I am trying to understand the authentication options, and I saw the basic, and JWT examples in the docs.
I generally lean towards session-based auth, over basic or JWT, unless I have a use case where JWT really stands out. (like multi-server backends)
Does Salvo support session-based auth?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions