Ask HN: DIY Replacement for Auth0 or Okta
Are there any authentication platforms as a service that have functionality like okta/Auth0?
It would be pretty easy (but a lot of work) to roll your own using Django. Is there anything that works out of the box? and is battle tested?
2 comments
[ 0.20 ms ] story [ 17.7 ms ] threadI would consider looking into Keycloak, which is an opensource platform similar to Okta/Auth0 that you can self host:
https://www.keycloak.org/