I am using Auth0's Universal Login, which looks like below:
My question is, how to embed this UI component into my own web page?
The desired effect is like:
I checked Auth0's doc but didn't find instructions.
Does it not support it?
If this is the case, are there any other services that I can use?
Or do I have to implement the OAuth procedure myself?
Thanks in advance!
Top comments (1)
Well, that's odd: I was sure this was possible, so I searched via Duckduckgo and got a link directly to their documentation: auth0.com/docs/authenticate/login/...
Hope this helps!