Github Oauth additional query parameters
Hello
, I am having trouble to include additional query parameter inside Oauth flow using wasp. The default authorize call made by wasp generated src looks like
However, the docs mentions only support for
Any ideas how to do that?
https://github.com/login/oauth/authorize?response_type=code&client_id=xxx&state=xxx&scope=user%3Aemail and I need to specify additional parameter:redirect_uri (details https://docs.github.com/en/apps/oauth-apps/building-oauth-apps/authorizing-oauth-apps#1-request-a-users-github-identity)However, the docs mentions only support for
scopes using configFn -> https://wasp-lang.dev/docs/auth/social-auth/github#configfn-extimport Any ideas how to do that?