Skip to content

Commit

Permalink
improve behavior for parallel refresh token requests
Browse files Browse the repository at this point in the history
do not apply logout_on_error and authenticate_on_error when a parallel
refresh token request is detected; see
#1132; thanks
@esunke; bump to 2.4.14.5rc0

Signed-off-by: Hans Zandbelt <[email protected]>
  • Loading branch information
zandbelt committed Oct 25, 2023
1 parent a64d49e commit c2eaec1
Show file tree
Hide file tree
Showing 3 changed files with 105 additions and 68 deletions.
5 changes: 5 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
10/25/2023
- do not apply logout_on_error and authenticate_on_error when a parallel refresh token request is detected
see https://github.com/OpenIDC/mod_auth_openidc/discussions/1132; thanks @esunke
- bump to 2.4.14.5rc0

10/12/2023
- release 2.4.14.4

Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
AC_INIT([mod_auth_openidc],[2.4.14.4],[[email protected]])
AC_INIT([mod_auth_openidc],[2.4.14.5rc0],[[email protected]])

AC_SUBST(NAMEVER, AC_PACKAGE_TARNAME()-AC_PACKAGE_VERSION())

Expand Down
Loading

0 comments on commit c2eaec1

Please sign in to comment.