Releases: OpenIDC/ngx_oauth2_module
Releases · OpenIDC/ngx_oauth2_module
release 4.0.0
- change LICENSE to Apache 2.0
- depend on liboauth2 >= 2.0.0
- the liboauth2 dependencies can be found here: https://github.com/OpenIDC/liboauth2/releases
release 3.5.0
Security
- fix variable colision between requests; closes #8; see #7; thanks @smanolache
see: GHSA-pvq3-8rvg-f36q
Features
- implement
OAuth2Require
withliboauth2_nginx >= 1.6.3
; see #7; thanks @smanolache and @pladen
Packaging
- depend on
liboauth2
>=1.6.3
- the
liboauth2
dependencies can be found here: https://github.com/OpenIDC/liboauth2/releases
release 3.4.0
Bugfixes
- compile and run with NGINX >=
1.26.0
Packaging
- depend on
liboauth2
>=1.6.2
- add Ubuntu Noble packages
- the
liboauth2
dependencies can be found here: https://github.com/OpenIDC/liboauth2/releases
release 3.3.0
Edit: on May 11, 2023 the Debian/Ubuntu packages were updated from 3.3.0-1 to 3.3.0-2 because of packaging bug OpenIDC/liboauth2#46
Features
- depend on
liboauth2
>=1.4.5.2
Packaging
- change Makefile install procedure
- the
liboauth2 >= 1.4.5.2
dependencies can be found here: https://github.com/OpenIDC/liboauth2/releases. - add packages for CentOS 9, Debian Bookworm and Ubuntu Jammy
release 3.2.3
Bugfixes
- depend on
liboauth2
>=1.4.5
with multi-treading fix forOAuth2TokenVerify jwk <key>
Packaging
- the
liboauth2 >= 1.4.5
dependencies can be found here: https://github.com/zmartzone/liboauth2/releases.
release 3.2.1
Bugfixes
- depend on
liboauth2 1.4.2.1
with fixediat
slack validation defaults - use
ngx_pcalloc
instead ofngx_pnalloc
to align memory access; see #2
Packaging
- the
liboauth2 >= 1.4.2.1
dependencies can be found here: https://github.com/zmartzone/liboauth2/releases.
release 3.2.0
Features
- depend on liboauth2 >= 1.4.0
Packaging
- the
liboauth2 >= 1.4.0
dependencies can be found here: https://github.com/zmartzone/liboauth2/releases.
release 3.1.0
Features
- depend on liboauth2 >= 1.2.0 with new request header API
Packaging
- the
liboauth2 >= 1.2.0
dependencies can be found here: https://github.com/zmartzone/liboauth2/releases.
release 3.0.2
Features
- depend on
liboauth2-1.1.1
with log encapsulation changes - improve sample config bearer token retrieval
Packaging
- the
liboauth2 >= 1.1.1
dependencies can be found here: https://github.com/zmartzone/liboauth2/releases.
release 3.0.0
Packaging
- the
liboauth2
dependencies can be found here: https://github.com/zmartzone/liboauth2/releases.