pub async fn me_handler(
__arg0: State<AppState>,
__arg1: Authenticated,
) -> Result<Json<UserInfo>, (StatusCode, String)>Expand description
Get current user info GET /api/v1/auth/me
pub async fn me_handler(
__arg0: State<AppState>,
__arg1: Authenticated,
) -> Result<Json<UserInfo>, (StatusCode, String)>Get current user info GET /api/v1/auth/me