1
0
Fork 0
mirror of synced 2024-06-13 16:05:06 +12:00
budibase/packages/auth/package.json

20 lines
503 B
JSON
Raw Normal View History

2021-04-07 22:33:16 +12:00
{
"name": "@budibase/auth",
2021-04-29 02:13:33 +12:00
"version": "0.18.6",
2021-04-07 22:33:16 +12:00
"description": "Authentication middlewares for budibase builder and apps",
"main": "src/index.js",
"author": "Budibase",
"license": "AGPL-3.0",
"dependencies": {
"bcryptjs": "^2.4.3",
"ioredis": "^4.27.1",
2021-04-07 22:33:16 +12:00
"jsonwebtoken": "^8.5.1",
"koa-passport": "^4.1.4",
"passport-google-auth": "^1.0.2",
"passport-google-oauth": "^2.0.0",
"passport-jwt": "^4.0.0",
2021-04-19 22:34:07 +12:00
"passport-local": "^1.0.0",
"uuid": "^8.3.2"
2021-04-07 22:33:16 +12:00
}
}