First at all, thanks for the new release!!
Currently for the new release, the OAuth route, calls an methods that's not implemented yet, causing an exception NotImplementedError(). Probably would be nice to not call it until the method is implemented?
@router.get("/callback", name=f"{oauth_client.name}-callback")
async def callback(
request: Request,
response: Response,
access_token_state=Depends(oauth2_authorize_callback),
):
token, state = access_token_state
account_id, account_email = await oauth_client.get_id_email(
token["access_token"]
)
fastapi-users: 1.0.0
fastapi: 0.54.2
Pay now to fund the work behind this issue.
Get updates on progress being made.
Maintainer is rewarded once the issue is completed.
You're funding impactful open source efforts
You want to contribute to this effort
You want to get funding like this too