Rust SDK #545
daniele-solutiontech
started this conversation in
Ideas
Rust SDK
#545
Replies: 3 comments
-
|
Thanks @daniele-solutiontech! Have you explored https://github.com/openobserve/openfga-sdk? They a pretty heavy users of OpenFGA and they added the latest server features a few months ago. |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
I will definitely look further into it, but it lacks gRPC API support. Thank you for your suggestion! |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
True, but none of OpenFGA SDKs support gRPC FWIW |
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.
Uh oh!
There was an error while loading. Please reload this page.
-
Checklist
Describe the problem you'd like to have solved
Rust is increasingly adopted in backend, systems, and high-performance applications due to its safety guarantees and performance. Many teams building authorization-critical services (like those using OpenFGA) are also adopting Rust.
Describe the ideal solution
Provide an official Rust SDK implementation. For gRPC integration, libraries such as tonic or the newer official Google gRPC crate could be used.
Alternatives and current workarounds
No response
Additional context
No response
Beta Was this translation helpful? Give feedback.
All reactions