Socket
Socket
Sign inDemoInstall

auth0-userfromtoken

Package Overview
Dependencies
2
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    auth0-userfromtoken

Simple little module to verify an RS256 token issued by Auth0.


Version published
Maintainers
1
Install size
838 kB
Created

Readme

Source

auth0-userfromtoken

Simple little module to verify an RS256 token issued by Auth0.

usage

import verify from 'auth0-userfromtoken'

verify(token, AUTH0_CLIENT_DOMAIN)
  .then(user => {
    // do stuff with user here
  })

where AUTH0_CLIENT_DOMAIN is your Auth0 domain, and token is a token coming in from client.

Keywords

FAQs

Last updated on 10 Jun 2019

Did you know?

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc