Socket
Book a DemoInstallSign in
Socket

@eyedea-sockets/auth0

Package Overview
Dependencies
Maintainers
2
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@eyedea-sockets/auth0

auth0 socket

latest
Source
npmnpm
Version
0.0.1
Version published
Maintainers
2
Created
Source

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:

  • Create app in auth0
  • 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/',
  })

Keywords

syncano

FAQs

Package last updated on 01 Apr 2019

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts