Feature: Provide a short title of your feature request/feedback.
Passing parameters to the webAuth.authorize method to override the specific need for each applications in the Universal Login.
Description:
it would be nice if we can add parameters and override the configurations like in Classic Login.
auth0.webAuth.authorize({ allowSignUp: true, allowLogin: false, logo: logoURL, ...extraParams, scope: 'openid profile email', });
Use-case:
All the applications under the same Company might want to use a different login and signup screen and required a different data fields to login or create an account. Right now the possible solution is to use Classic Login. However it’s so limited to modify a UI to make it looks modern just like the Universal Login.