Trying to understand how Auth0 works with NodeJS

I wanted to know if there is anyway we can self host an implementation of Auth0 or, if I want my authentication and authorization system to be open source / hosted on my own server / machine, I need to build my own ?

Thanks a lot for the peoples who will take time to answer

Have a great day !
CaptainZiboo

Hi @CaptainZiboo

Welcome to Auth0 Community.

Auth0 is not open source, instead i would recommend installing Identity Server 4 instead. GitHub - DuendeSoftware/IdentityServer: The most flexible and standards-compliant OpenID Connect and OAuth 2.x framework for ASP.NET Core

Hope this helps

Regards
Jeff