brief-engine-11869
10/28/2022, 7:37 AMory-kratos-client
within Axum framework (Rust). The closest to an example I found so far is this: https://github.com/Urie96/hackbook-rust/blob/main/src/handlers.rs which is an integration for Actix. Couple of questions:
• The ‘to_session cookie thing’ is just done on the login endpoint, is that correct or should it be on all authorized endpoints?
• Other comments maybe on this implementation, looks ok?
• Do you have an example for Axum maybe?magnificent-energy-493
brief-engine-11869
10/28/2022, 9:48 AMbrief-engine-11869
10/29/2022, 2:36 PMory-client
?magnificent-energy-493