Closed
Description
Hi !
Thanks you for amazing contribution :)
I just found that we need to change app/api/deps/
reusable_oauth2 = OAuth2PasswordBearer(tokenUrl=f"(tokenUrl=f"{settings.API_V1_STR}/login/access-token")
->
reusable_oauth2 = OAuth2PasswordBearer(tokenUrl=f"{settings.API_V1_STR}/login/oauth")
Whatelse it will throw error in swagger authentication