How to integrate auth0 authentication with custom UI?

Hi there!

For my web app, I have created my own react component for a login panel which Is exactly what I want. How can I integrate the auth0 nextjs sdk to this component instead of using the default login panel that auth0 provides?

Hi @quantsquad,

Welcome to the Auth0 Community!

You are looking for Embedded Login. We generally don’t recommend this approach, and our nextjs sdk isn’t set up for embedded login.

There’s more info in that first link if you want to stick with embedded.

Hope that helps

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