Results 2 issues of yusuke

I want to insert master data which is seed data after migration. Where would you like to implement this? `init_db.py`?

I want to use `get_current_client_user` like this. but, this is not working.... only `reusable_oauth2` is working ``` from typing import Generator from fastapi import Depends, HTTPException, status from fastapi.security import...