keycloak-express-middleware 3.0.6 → 3.0.7

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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -298,7 +298,7 @@ It is an async function and returns a promise
298
298
  ---
299
299
  ## 🔧 Available Middlewares
300
300
  ### `underKeycloakProtection(callback) - deprecated - `
301
- **@deprecated Method**. Use the `configure` Method with await keycloakAdapter.configure(...)`, then define your resources as you normally would in Express:
301
+ **@deprecated Method**. Use the `configure` Method with **`await keycloakAdapter.configure({..})***`, then define your resources as you normally would in Express:
302
302
  ```js
303
303
  await keycloakAdapter.configure(config_Parameters);
304
304
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "keycloak-express-middleware",
3
- "version": "3.0.6",
3
+ "version": "3.0.7",
4
4
  "description": "Adapter API to integrate Node.js (Express) applications with Keycloak. Provides middleware for authentication, authorization, token validation, and route protection via OpenID Connect.",
5
5
  "main": "index.js",
6
6
  "scripts": {