logto icon indicating copy to clipboard operation
logto copied to clipboard

feature request: Rust Axum+Leptos SDK

Open yenharvey opened this issue 8 months ago • 3 comments

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.

yenharvey avatar Apr 22 '25 14:04 yenharvey

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.

caioluis avatar May 05 '25 10:05 caioluis

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! 👍

yenharvey avatar May 07 '25 08:05 yenharvey

We'll work on it

gao-sun avatar May 08 '25 03:05 gao-sun