UNPKG

insomnia-plugin-auth0

Version:

Seamless store and refresh Auth0 tokens that can be automatically injected into requests, depending on configured urls/methods.

38 lines 949 B
{ "name": "insomnia-plugin-auth0", "version": "0.1.9", "main": "main.js", "author": "Alexandre Andrade <maatthc>", "license": "MIT", "repository": { "url": "https://github.com/maatthc/insomnia-plugin-auth0" }, "insomnia": { "name": "insomnia-plugin-auth0", "displayName": "Auth0 Plugin for Insomnia", "description": "Seamless store and refresh Auth0 tokens that can be automatically injected into requests, depending on configured urls/methods", "images": { "icon": "images/icon.svg" }, "publisher": { "name": "Alexandre Andrade", "icon": "https://avatars.githubusercontent.com/u/1077319?s=250" }, "applications": { "designer": "*", "core": "*", "cli": "*" } }, "dependencies": { "@auth0/auth0-spa-js": "^2.2.0", "express": "^5.1.0", "vue": "^3.5.17" }, "keywords": [ "auth0", "authentication", "insomnia", "plugin" ] }