mbkauthe 1.0.15 → 1.0.16

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -139,10 +139,10 @@ async function getUserData(UserName, parameters) {
139
139
 
140
140
  // Dynamically select fields from Users table based on `parameters`
141
141
  const userFields = [
142
- "Password", "UserName", "Role", "Active", "GuestRole", "HaveMailAccount",
142
+ "Password", "UserName", "Role", "Active", "GuestRole", "HaveMailAccount", "AllowedApps",
143
143
  ];
144
144
  const profileFields = [
145
- "FullName", "email", "Image", "ProjectLinks", "SocialAccounts", "Bio",
145
+ "FullName", "email", "Image", "ProjectLinks", "SocialAccounts", "Bio", "Positions",
146
146
  ];
147
147
 
148
148
  let userParameters = [];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mbkauthe",
3
- "version": "1.0.15",
3
+ "version": "1.0.16",
4
4
  "description": "MBKTechStudio's reusable authentication system for Node.js applications.",
5
5
  "main": "index.js",
6
6
  "type": "module",