@jamesperet/codex-auth0-module

0.1.0 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i @jamesperet/codex-auth0-module

Weekly Downloads

0

Version

0.1.0

License

ISC

Unpacked Size

1.88 kB

Total Files

3

Last publish

Collaborators

  • jamesperet