Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

idtoken-verifier

Package Overview
Dependencies
Maintainers
39
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

idtoken-verifier - npm Package Versions

12

1.1.1

Diff

Changelog

Source

v1.1.1 (2018-01-15)

Full Changelog

Changed

  • Upgrade superagent version #10 (luisrudge)
hzalaz
published 1.1.0 •

Changelog

Source

v1.1.0 (2017-06-15)

Full Changelog

Changed

hzalaz
published 1.0.2 •

Changelog

Source

v1.0.2 (2017-05-08)

Full Changelog

Fixed

  • FIX decode base64 string with special characters. #6 (dctoon)
glena
published 1.0.1 •

Changelog

Source

v1.0.1 (2017-05-08)

Full Changelog

Fixed

  • Handle JSON.parse errors during decode #3 (rolodato)
glena
published 1.0.0 •

Changelog

Source

v1.0.0 (2016-12-30)

Full Changelog

A lightweight library to decode and verify RS JWT meant for the browser.

Usage

var IdTokenVerifier = require('idtoken-verifier');

var verifier = new IdTokenVerifier({
        issuer: 'https://my.auth0.com/',
        audience: 'gYSNlU4YC4V1YPdqq8zPQcup6rJw1Mbt'
    });

verifier.verify(id_token, nonce, function(error, payload) {
    ...
});

var decoded = verifier.decode(id_token);
glena
published 1.0.0-alpha.1 •

SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc