yusuke
yusuke
It sounds like `get_current_user `is working, even though I call `get_current_client_user`
@karolzlot It is working on development. But authentication is required for `get_current_user`, not `get_current_client_user` on Swagger UI. like this  .
@karolzlot Thanks! endpoint here Do you need any other information? ```from typing import Any, List from sqlalchemy.orm import Session from fastapi import APIRouter, Body, Depends, HTTPException from app import crud,...
@karolzlot OK,thanks a lot.