New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

@authflow-js/verify

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install
Package was removed
Sorry, it seems this package was removed from the registry

@authflow-js/verify

A helper for Authflow in Javascript

unpublished
latest
npmnpm
Version
1.0.2
Version published
Weekly downloads
0
Maintainers
1
Weekly downloads
 
Created
Source

Authflow Token Verify

A helper for Authflow, a project to make Google OAuth easy. Original project by ~idonotlikeoutlook

How do I use this?

Add this to your backend and use Authflow to get a JWT. Send it to "verify". If the token is valid it will respond with a JSON including multiple user info, if not it will throw an error.

Example:

const authflow = require("@authflow-js/verify");

const token = "token" // Put the token recieved from Authflow here

const payload = await authflow.verify(token)
console.log(payload)

Keywords

authflow

FAQs

Package last updated on 16 Jan 2023

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