UNPKG

@webqit/webflo-oauth2-client

Version:

Isomorphic OAuth2 Authorization Code Flow library for Webflo.

62 lines (61 loc) 1.51 kB
{ "name": "@webqit/webflo-oauth2-client", "title": "Webflo OAuth2 Client", "description": "Isomorphic OAuth2 Authorization Code Flow library for Webflo.", "keywords": [ "OAuth", "OAuth2", "OAuth2-client", "JWT", "authentication", "authorization" ], "homepage": "https://webqit.dev/tooling/webflo-oauth2-client", "version": "1.1.0", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/webqit/webflo-oauth2-client.git" }, "bugs": { "url": "https://github.com/webqit/webflo-oauth2-client/issues" }, "type": "module", "main": "src/index.js", "scripts": { "postversion": "npm publish", "postpublish": "git push && git push --tags" }, "dependencies": { "@webqit/util": "^0.7.0", "jsonwebtoken": "^8.5.1", "jwks-rsa": "^2.0.5" }, "devDependencies": { "webpack": "^4.41.6", "webpack-cli": "^3.3.11" }, "author": "Oxford Harrison <oxharris.dev@gmail.com>", "maintainers": [ "Oxford Harrison <oxharris.dev@gmail.com>" ], "contributors": [], "funding": { "type": "patreon", "url": "https://patreon.com/ox_harris" }, "badges": { "list": [ "npmversion", "npmdownloads", "patreon" ], "config": { "patreonUsername": "ox_harris", "githubUsername": "webqit", "githubRepository": "webflo-oauth2-client", "githubSlug": "webqit/webflo-oauth2-client", "npmPackageName": "@webqit/webflo-oauth2-client" } } }