top | item 25461206

(no title)

lwb | 5 years ago

Wow, that pricing is awesome. Once you have email verification, social login, and a C# SDK, I will switch away from Auth0 in a heartbeat.

This being open source is a HUGE draw. It means I don't have to trust you as much, because the code is out in the open for security researchers to poke at. Do you have a bug bounty program?

I assume this works via an API as well, not just web based sessions? My use case is an online multiplayer game written in Unity.

discuss

order

advaitruia|5 years ago

Email verification and social login is what we are currently working on. But C# isnt a common request at the moment. We'll definitely try to get to it asap. If you are interested, you could contribute the C# SDK together with us.

We do not currently have a bug bounty program.

You can use functions exposed via our SDK to verify & refresh a session yourself in your APIs - if that is what you were asking? Apologies if I misunderstood.

keithnz|5 years ago

I'd be +1 on C#, and +1 for SqlServer

lwb|5 years ago

That answers it, thanks!

cksquare|5 years ago

You can have all of the things you're looking for with IdentityServer4. No need to wait!

NicoJuicy|5 years ago

Any reason why you didn't use identityserver to host it yourselve?