2
7 Comments

Anyone knows a SOLID .Net Core Auth solution (not Auth0, Okta or Firebase)?

Hi all,

Does anyone know a fair Auth as a Service solution for .net core?

Thanks

on April 9, 2021
  1. 2

    Interested to know why not auth0, okta or firebase.

    1. 1

      I tried Auth0 and I really couldn't figure stuff out. It took so much time and effort and I didn't get things the way done I wanted.

      For Firebase I just wasn't able to set it up for a asp.net core web api.

      1. 1

        Thanks. I'm not a fan of any you mentioned either. Agree wrt effort.

    2. 1

      This comment was deleted 4 years ago

  2. 1

    Certainly! For a robust Auth solution in .NET 8, check out BlazorPlate. It's a powerful tool for building SaaS applications, offering authentication and more. Explore BlazorPlate

    Feel free to reach out for further details or any questions!

  3. 1

    Have you heard of HYPR? They can handle this use case for sure.

  4. 1

    Just curious why not a custom solution? (Not judging) is it for multiple social providers support?

    1. 2

      I mean i can code a jwt auth without a problem. Much faster than dealing with auth0 or smth like that. Im just afraid that I can get hacked easier