@api-craft/oauth
Version:
Express middleware plugin for OAuth login with Google, Apple, and Meta (Facebook & Instagram). Auto exposes OAuth routes and callbacks.
42 lines • 997 B
JSON
{
"name": "@api-craft/oauth",
"version": "1.0.2",
"description": "Express middleware plugin for OAuth login with Google, Apple, and Meta (Facebook & Instagram). Auto exposes OAuth routes and callbacks.",
"main": "index.js",
"keywords": [
"oauth",
"express",
"middleware",
"passport",
"google-oauth",
"apple-oauth",
"facebook-oauth",
"meta",
"authentication",
"login"
],
"author": "P. Thamilselven",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/api-craft/api-craft-oauth.git"
},
"dependencies": {
"@api-craft/oauth": "link:",
"express-session": "^1.17.3",
"passport": "^0.6.0"
},
"peerDependencies": {
"passport-apple": "^2.0.2",
"passport-facebook": "^3.0.0",
"passport-google-oauth20": "^2.0.0"
},
"engines": {
"node": ">=16"
},
"scripts": {
"test": "echo \"No tests specified\" && exit 0",
"lint": "eslint .",
"start": "node example.js"
}
}