yew-oauth2
yew-oauth2 copied to clipboard
Question Adding a parameter to be passed to the authorize endpoint
Hello,
I'm using yew-oauth with auth0. I have setup the password less login, but in order to have in offered to the user when loggin in I need to specify the connection name authorize/?connection=sms...
.
https://auth0.com/docs/authenticate/passwordless/passwordless-with-universal-login
what would be the best way to do this using yew-oauth2? I can't seem to find a possibility to add custom parameters to the configuration.
Regards, Alex.