keycloak-express-middleware 6.3.3 → 6.3.4

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/CHANGELOG.md CHANGED
@@ -2,6 +2,13 @@
2
2
 
3
3
  All notable changes to this project will be documented in this file.
4
4
 
5
+ ## [6.3.4] - 2026-03-18
6
+
7
+ ### Changed
8
+ - Updated project license copyright line to:
9
+ - `Copyright (c) 2025 CRS4, aromanino, gporruvecchio`
10
+ - Aligned test workspace lockfile metadata with current package version.
11
+
5
12
  ## [6.3.3] - 2026-03-18
6
13
 
7
14
  ### Added
package/LICENSE CHANGED
@@ -1,6 +1,6 @@
1
1
  MIT License
2
2
 
3
- Copyright (c) 2016 aromanino
3
+ Copyright (c) 2025 CRS4, aromanino, gporruvecchio
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  of this software and associated documentation files (the "Software"), to deal
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "keycloak-express-middleware",
3
- "version": "6.3.3",
3
+ "version": "6.3.4",
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
  "typings": "index.d.ts",
@@ -23,7 +23,7 @@
23
23
  }
24
24
  },
25
25
  "..": {
26
- "version": "6.3.2",
26
+ "version": "6.3.4",
27
27
  "license": "MIT",
28
28
  "dependencies": {
29
29
  "express-session": "^1.19.0",