yew-oauth2 icon indicating copy to clipboard operation
yew-oauth2 copied to clipboard

Question Adding a parameter to be passed to the authorize endpoint

Open AlexandreRoba opened this issue 5 months ago • 1 comments

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.

AlexandreRoba avatar Sep 06 '24 10:09 AlexandreRoba