Skip to content
View evansims's full-sized avatar

Organizations

@momentful @psr-mock @psr-discovery @inferadb

Block or report evansims

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
evansims/README.md

Howdy! Evan here. 👋

Co-founder and CTO at InferaDB, the authorization database: Zanzibar-inspired, AuthZEN-compliant, and purpose-built for fine-grained access control at scale. The goal is to make authorization explainable and composable. Developers can model relationships, define policies declaratively or as WASM modules, and ship auditable access control across services, APIs, and AI agents.

Previously: a founding engineer on the OpenFGA team at Okta, where we shipped one of the first Google Zanzibar-inspired ReBAC solutions to market: OpenFGA and the Auth0 FGA SaaS built on it. OpenFGA is now a CNCF incubating project used by Grafana Labs, Docker, and Canonical. Before that, an early engineer on Auth0's developer experience team, shipping 45+ open source libraries used by enterprise customers. Earlier still, I helped build crisis-response tools at Ushahidi, with deployments at the United Nations and during the Fukushima disaster response. That work taught me to take security, privacy, and the people on the other end of the software seriously.

Open source, digital wellbeing, systems built to last. Former game designer; the instinct for building experiences people actually want never quite leaves you.

const PRONOUNS: &[&str] = &["he", "him"];

trait Maker {
    const LANGUAGES: &'static [&'static str];
    const TOOLING: &'static [&'static str];
    const SPECIALTIES: &'static [&'static str];
    const PHILOSOPHY: &'static str;
}

struct Evan;

impl Maker for Evan {
    const LANGUAGES: &'static [&'static str] = &[
        "rust", "go", "typescript", "python", "php",
        "java", "c#", "ruby", "swift", "c++",
    ];

    const TOOLING: &'static [&'static str] = &[
        "react", "svelte", "next.js", "tailwind",
        "postgresql", "docker", "kubernetes", "terraform", "helm",
        "opentelemetry", "grafana", "prometheus",
        "aws", "gcp", "azure", "cloudflare", "vercel",
    ];

    const SPECIALTIES: &'static [&'static str] = &[
        "identity", "fine-grained-authorization",
        "oauth", "oidc", "saml", "jwt", "pki",
        "distributed-systems", "developer-experience",
        "mcp", "rag",
    ];

    const PHILOSOPHY: &'static str =
        "Make the right path obvious. Build for the people on the other end. Leave it better than you found it.";
}

🌐 evansims.com · LinkedIn · Bluesky · X

Pinned Loading

  1. bnb/awesome-hyper bnb/awesome-hyper Public

    🖥 Delightful Hyper plugins, themes, and resources

    10.9k 371

  2. openfga/openfga openfga/openfga Public

    A high performance and flexible authorization/permission engine built for developers and inspired by Google Zanzibar

    Go 5.1k 393

  3. auth0/auth0-PHP auth0/auth0-PHP Public

    PHP SDK for Auth0 Authentication and Management APIs.

    PHP 408 218

  4. auth0/laravel-auth0 auth0/laravel-auth0 Public

    Laravel SDK for Auth0 Authentication and Management APIs.

    PHP 274 145

  5. inferadb/inferadb inferadb/inferadb Public

    The Authorization Database. High-performance, fine-grained access control at scale.

    2 1

  6. inferadb/ledger inferadb/ledger Public

    InferaDB Ledger — distributed database purpose-built for authorization.

    Rust 1