aloux-iam 0.0.90 → 0.0.91

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.
package/lib/middleware.js CHANGED
@@ -76,7 +76,7 @@ const auth = async (req, res, next) => {
76
76
  { _id: userTokens._id },
77
77
  {
78
78
  $pull: {
79
- tokens: { token: tokenObject.tokens.token }, // Condición para eliminar el token específico
79
+ tokens: { token: tokenObject.token }, // Condición para eliminar el token específico
80
80
  },
81
81
  }
82
82
  );
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "aloux-iam",
3
- "version": "0.0.90",
3
+ "version": "0.0.91",
4
4
  "description": "Aloux IAM for APIs ",
5
5
  "main": "index.js",
6
6
  "scripts": {