0.1.0 • Published 4 years ago
@jamesperet/codex-auth0-module v0.1.0
Codex Auth0 Module
This module adds Auth0 support to the jamesperet/codex-server.
Example config:
{
    "modules" : [
        {
            "name" : "codex-auth0-module",
            "module" : "../codex-auth0-module/auth0.js",
            "data"   : {
                "issuer_base_url" : "https://dev-c28uur5g.us.auth0.com",
                "client_id"       : "i5Ab6ixW0K3RlKpxcZ3KXQtKwZQRqROh",
                "base_url"        : "http://localhost:3000",
                "secret"          : "dLU1sLC_-mq9ZFWRFMPLDomNrZo02xycmB2hbSUPCcztFTW3Dshb2GcqFOEwdWFo"
            }
        }
    ]
}0.1.0
4 years ago