titarenko / OAuth2

OAuth2 client implementation for .NET
413 stars 154 forks source link

Example of login Google #120

Open FrancescoMiconi opened 6 years ago

FrancescoMiconi commented 6 years ago

Where can I find the example? Thanks

ghost commented 6 years ago

Or maybe an example of literally anything?

The project states it's well documented but there is 0 documentation... This is laughably bad!

segurofacildeveloper commented 6 years ago

there's some example in old versions... but new version based on .netcore not have any examples... old version also has a implemented version that you can configure all provider in web.config file...

moh-hassan commented 5 years ago

Can you provide us with a simple getting start guide in the readme page?

niemyjski commented 5 years ago

Yeah, I'm really sorry about that. I broke quite a bit and so I removed some samples and don't have time to update the docs. I can point you to code that is using google :) https://github.com/exceptionless/Exceptionless/blob/master/src/Exceptionless.Web/Controllers/AuthController.cs#L290

TheDevelolper commented 4 years ago

Still and example would be appreciated.

niemyjski commented 4 years ago

Would you mind creating one and submitting a pr. I've linked to a real life example