We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
redirect_url
Ref:
Todo:
OAuthClientConfig.REDIRECT_URL
None
fastapi_users.get_oauth_router
redirect_url: Optional[str]: Full URL to the callback route.
The text was updated successfully, but these errors were encountered:
Add OAuthClientConfig.REDIRECT_URL attribute and use it in `fastapi…
72a0684
…_users.get_oauth_router` (ref #952)
Successfully merging a pull request may close this issue.
Ref:
Todo:
OAuthClientConfig.REDIRECT_URL
optional attributeNone
, use it as aredirect_url
attribute forfastapi_users.get_oauth_router
(ref https://github.com/fastapi-users/fastapi-users/blob/master/fastapi_users/router/oauth.py and https://frankie567.github.io/httpx-oauth/fastapi/#oauth2authorizecallback). Quote:redirect_url: Optional[str]: Full URL to the callback route.
.The text was updated successfully, but these errors were encountered: