Wolfleader101 / nextjs-auth0-jwt

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NextJS Auth0 JWT

npm package Build Status Downloads Issues Code Coverage [![Commitizen Friendly][commitizen-img]][commitizen-url] Semantic Release

A thin utility library for nextjs-auth0 to support JWT bearer tokens for API calls

Install

npm install nextjs-auth0-jwt

Usage

import { myPackage } from "my-package-name";

myPackage("hello");
//=> 'hello from my package'

About

License:MIT License