Socket
Socket
Sign inDemoInstall

@propelauth/express

Package Overview
Dependencies
3
Maintainers
2
Versions
23
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.0.0 to 2.0.2

6

dist/auth.d.ts

@@ -31,4 +31,6 @@ /// <reference types="qs" />

updateUserEmail: (userId: string, updateUserEmailRequest: import("@propelauth/node").UpdateUserEmailRequest) => Promise<boolean>;
updateUserPassword: (userId: string, updateUserPasswordRequest: import("@propelauth/node/dist/api").UpdateUserPasswordRequest) => Promise<boolean>;
createMagicLink: (createMagicLinkRequest: import("@propelauth/node").CreateMagicLinkRequest) => Promise<import("@propelauth/node").MagicLink>;
migrateUserFromExternalSource: (migrateUserFromExternalSourceRequest: import("@propelauth/node/dist/api").MigrateUserFromExternalSourceRequest) => Promise<User>;
disableUser2fa: (userId: string) => Promise<boolean>;
createOrg: (createOrgRequest: import("@propelauth/node/dist/api").CreateOrgRequest) => Promise<import("@propelauth/node").Org>;

@@ -39,2 +41,6 @@ addUserToOrg: (addUserToOrgRequest: import("@propelauth/node/dist/api").AddUserToOrgRequest) => Promise<boolean>;

enableUser: (userId: string) => Promise<boolean>;
changeUserRoleInOrg: (changeUserRoleInOrgRequest: import("@propelauth/node/dist/api").ChangeUserRoleInOrgRequest) => Promise<boolean>;
removeUserFromOrg: (removeUserFromOrgRequest: import("@propelauth/node/dist/api").RemoveUserFromOrgRequest) => Promise<boolean>;
updateOrg: (updateOrgRequest: import("@propelauth/node/dist/api").UpdateOrgRequest) => Promise<boolean>;
deleteOrg: (orgId: string) => Promise<boolean>;
allowOrgToSetupSamlConnection: (orgId: string) => Promise<boolean>;

@@ -41,0 +47,0 @@ disallowOrgToSetupSamlConnection: (orgId: string) => Promise<boolean>;

10

package.json

@@ -7,3 +7,3 @@ {

},
"version": "2.0.0",
"version": "2.0.2",
"license": "MIT",

@@ -15,2 +15,5 @@ "keywords": [

],
"dependencies": {
"@propelauth/node": "^2.0.2"
},
"devDependencies": {

@@ -27,3 +30,3 @@ "@rollup/plugin-commonjs": "^19.0.0",

"jest": "^27.0.6",
"jsonwebtoken": "^8.5.1",
"jsonwebtoken": "^9.0.0",
"nock": "^13.1.2",

@@ -64,6 +67,3 @@ "prettier": "^2.3.2",

}
},
"dependencies": {
"@propelauth/node": "^2.0.0"
}
}

@@ -11,7 +11,9 @@ <p align="center">

[PropelAuth](https://www.propelauth.com?ref=github) is a prebuilt, hosted authentication solution focused on a great developer experience.
[PropelAuth](https://www.propelauth.com?ref=github) makes it easy to add authentication and authorization to your B2B/multi-tenant application.
Your frontend gets a beautiful, safe, and customizable login screen. Your backend gets easy authorization with just a few lines of code. You get an easy-to-use dashboard to config and manage everything.
## Documentation
- Full reference this library is [here](https://docs.propelauth.com/reference/backend-apis/express/)
- Full reference this library is [here](https://docs.propelauth.com/reference/backend-apis/express)
- Getting started guides for PropelAuth are [here](https://docs.propelauth.com/)

@@ -18,0 +20,0 @@

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc