Content
@
0 reply
0 recast
2 reactions
Steve
@stevedylandev.eth
Building a CLI for Orbiter and wanted to use OAuth to authorize it over API keys, thought “oh this will be a good chance to try Rust” …maybe next time, with something less ambitious lol.
1 reply
0 recast
12 reactions
Royal
@royalaid.eth
Async rust, not even once
1 reply
0 recast
4 reactions
Steve
@stevedylandev.eth
Bruh that ain’t even the worst part. You gotta spin up a server to handle the callback and then continuously exchange the session tokens for any action you want to take. Supabase helps abstract it in typescript so it’s not too bad, but the community rust SDK only works with a secret JWT so I can’t use it; I ain’t got time to rewrite an auth library in rust man lol
0 reply
0 recast
3 reactions