oauth2 #7

Merged
francois merged 3 commits from oauth2 into main 2024-08-24 15:45:41 +00:00
Showing only changes of commit f86421d9b1 - Show all commits

View file

@ -126,7 +126,7 @@ async def get_current_active_user(
return current_user
@app.post("/token")
@app.post("/token/")
async def login_for_access_token(
form_data: Annotated[OAuth2PasswordRequestForm, Depends()],
) -> Token: