I have an angular js application, i m using implicit grant and universal login.
currently the flow is we launch our own login page, when user clicks on login in button user is directed to auth0.com where he/she enters her username and password.
i want to direct the user directly to auth0.com without the need of a button click in my application’s login page. is it possible ?
To simplify this, you could use the Auth0.js library and call the authorize() method with the relevant parameters. Our AngularJS quickstart provides on overview on how this can be achieved: