I’m programming a C# Desktop photo application which requires users login/logout, stock photos in a server, share photos. I’m wondering if there are already open-source, easy to implement secure (and using temporary tokens) login library/example for desktop application.
I’m searching for something that makes it easy to build requests similar to: https://myphp_system.com/userid1847236/getphoto?secret_token=cj58sghcvz63jh0nar42vco669dnhx6g
What I want is to avoid things like brute-force attacks or SQL injection attacks.
You can implement your own here’s a tutorial service and include other like twitter, facebook, etc