sirkris / Reddit.NET

A Reddit API library for .NET Standard with OAuth support. Written in C#.
MIT License
508 stars 78 forks source link

Use AuthTokenRetrieverLib for deployed apps #165

Open gh-lutheravery opened 2 years ago

gh-lutheravery commented 2 years ago

Is it secure and/or easy to implement an app on a server that retrieves oauth tokens for a redditor using the AuthTokenRetrieverLib?

sirkris commented 1 year ago

Secure? Yes. Easy? Should be, though I haven't personally tested it in any server-side apps. I can confirm it works in desktop apps and on Android in virtual environments (but not on physical devices for some reason; investigating that has been on my TODO list for awhile).

sirkris commented 1 year ago

If anybody does implement this in ASP.NET or some other server-side language, please add it to the docs and do a pull request. If that's too much hassle, you can also just post it here and I'll update the docs.