OAuth 2.0 Service Provider in Rust

I was not able to find any OAuth 2.0 Service Provider Library. Is there anything out there even if it is still experimental or very limited?

Would yup-oauth2 work for you?

1 Like

Maybe I got it wrong from the yup docs but it seems that this is a library to interact with google services as a client. What I need to is to run my own server, something in the lines provided by Flask-Oauthlib

There is now https://crates.io/crates/oxide-auth

4 Likes