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?
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.