Auth0 Custom UI Without Embedding Lock

Hi All,

I had a quick question regarding identity implementation with Auth0.

Does Auth0 support custom ui and using some server side backend API calls w/out using lock or the universal login?

We already have a custom registration/sign in built and looking to just wire it up. Was hoping to use Auth0 as an identity provider & centralized db for our users.

Does Auth0 expose an api to pass along registration / sign in? Rather than federating the login process through lock.js or redirecting the user to auth0 to login?

Hey there @djbozentka!

Yes we do have an Authentication API for those who developed the UI themselves:

https://auth0.com/docs/api/authentication

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.