Can I use my own login page rather than the provided one (Angular 12)?

  • Which SDK this is regarding: e.g. auth0-angular
  • SDK Version: e.g. 1.6.0
  • Platform Version: e.g. Angular 12

We would like to build our own custom login page, rather than use the one provided by Auth0 and customize it. Since we are using Angular 12, can we just use a login component of our own? Will refresh tokens still work? Can we still use the auth0 angular sdk?

Hi @rafi,

Welcome to the Auth0 Community!

It depends on whether or not your are planning on embedding the login page. If you are using embedded login, you will need to use Auth0.js. I don’t recommend this approach.

Otherwise, you can build out your own UI in the dashboard using classic universal login.

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