pub async fn authorize_token(
    token: String,
    context: ContextLock
) -> Result<(), Rejection>