Results 4 comments of 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 ![スクリーンショット 2021-09-29 13 35 30](https://user-images.githubusercontent.com/7105598/135204208-305fc394-4130-4762-84dd-d84ef73e0199.png) .

@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.