We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9220f3c commit b873d72Copy full SHA for b873d72
2 files changed
.github/build/full.json
@@ -2,7 +2,7 @@
2
"modules": {
3
"authorize": {
4
"repository": "simplesamlphp/simplesamlphp-module-authorize",
5
- "version": "~1.6.1"
+ "version": "~1.6.2"
6
},
7
"consent": {
8
"repository": "simplesamlphp/simplesamlphp-module-consent",
docs/simplesamlphp-changelog.md
@@ -22,6 +22,10 @@ Released TBD
22
* Introduced a new assets.salt to allow cache busting without leaking version information (#2490)
23
* If session.check_function is set and can not be called an error is raised (#2498)
24
25
+`authorize`
26
+
27
+* Remove reauthentication-button when reauthentication is disabled (simplesamlphp/simplesamlphp-module-authorize#24) (v1.6.2)
28
29
## Version 2.4.2
30
31
Released 2025-06-04
0 commit comments