jamesperet / codex-auth0-module

Authentication for jamesperet/codex-server using the Auth0 service

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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"
            }
        }
    ]
}

About

Authentication for jamesperet/codex-server using the Auth0 service


Languages

Language:JavaScript 100.0%