Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Typo in extra-params of Google example #23

Closed
HobbyProjects opened this issue Feb 6, 2024 · 1 comment
Closed

Typo in extra-params of Google example #23

HobbyProjects opened this issue Feb 6, 2024 · 1 comment

Comments

@HobbyProjects
Copy link

result = oauth2.authorize_button( name="Continue with Google", icon="https://www.google.com.tw/favicon.ico", redirect_uri="http://localhost:8501", scope="openid email profile", key="google", extras_params={"prompt": "consent", "access_type": "offline"}, use_container_width=True, pkce='S256',

should be extra_params

@dnplus
Copy link
Owner

dnplus commented Feb 7, 2024

This approach was inherited from the httpx-oauth package, and we do not plan to alter it due to considerations for backward compatibility.

@dnplus dnplus closed this as completed Feb 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants