feature request: Rust Axum+Leptos SDK
What problem did you meet?
Logto currently lacks official SDK support for Rust Axum and Leptos frameworks, which are becoming increasingly popular for full-stack Rust web development.
Describe what you'd like Logto to have
Develop an official Rust SDK that supports Axum backend and Leptos frontend framework integration, enabling Rust developers to easily incorporate Logto's authentication capabilities into their applications.
A long time ago I have started implementing it, but I lacked useful knowledge of Leptos or Yew to push it forward. It probably is out of date by now, but you can have a look and fork it. Here is the repo.
A long time ago I have started implementing it, but I lacked useful knowledge of Leptos or Yew to push it forward. It probably is out of date by now, but you can have a look and fork it. Here is the repo.
Actually, during my development process, I came across your repository and successfully integrated it into my Leptos application by referring to your code. Thank you, senior developer! 👍
We'll work on it