0.0.1 • Published 5 years ago

@eyedea-sockets/auth0 v0.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
5 years ago

Syncano Socket for

Syncano Socket CircleCI branch Codecov branch JavaScript Style Guide npm license

Main Socket features:

  • auth0/verify — user verify

Getting Started

Install package in your project:

cd my_project
npm install @syncano/cli --save-dev
npm install @eyedea-sockets/auth0 --save
npx s deploy

Use it:

  1. Create app in auth0
  2. Use auth0-js in your client
  const auth0Instance = new auth0.WebAuth({
    domain: AUTH0_DOMAIN,
    clientID: AUTH0_CLINET_ID,
  })

  auth0Instance.authorize({
    scope: 'openid profile email read:patients read:admin',
    responseMode: 'query',
    responseType: 'code',
    redirect_uri: 'https://<instance name>.syncano.space/auth0/verify/',
  })
0.0.6

5 years ago

0.0.5

5 years ago

0.0.4

5 years ago

0.0.3

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago