@plusscommunities/pluss-core-aws 2.0.3-auth.0 → 2.0.5-auth.0

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.
@@ -5,8 +5,6 @@ const { getConfig } = require("../../../../../config");
5
5
 
6
6
  // Function to retrieve the signing key from Auth0 JWKS
7
7
  const getKey = (header, callback) => {
8
- console.log("logging our config");
9
- console.log(getConfig());
10
8
  // Initialize JWKS client
11
9
  const client = jwksClient({
12
10
  jwksUri: `https://${getConfig().auth0Config.domain}/.well-known/jwks.json`,
@@ -1,4 +1,5 @@
1
1
  const decodeAccessToken = require("./decodeAccessToken");
2
+ const { getConfig } = require("../../../../../config");
2
3
 
3
4
  // Function to validate the token and extract user information
4
5
  const getSessionUser = async (token) => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@plusscommunities/pluss-core-aws",
3
- "version": "2.0.3-auth.0",
3
+ "version": "2.0.5-auth.0",
4
4
  "description": "Core extension package for Pluss Communities platform",
5
5
  "scripts": {
6
6
  "betapatch": "npm version prepatch --preid=beta",