Releases: EsupPortail/esup-otp-api
Releases · EsupPortail/esup-otp-api
v2.2.0
v2.1.0
- Centralize the common code from esup-otp-cas, esup-otp-cas-server, and esup-otp-shibboleth in esup-otp-api. (The corresponding commits of esup-otp-api are prefixed with
[login.js]) - chore: update dependencies (requires "npm install")
v2.0.2
v2.0.1
fix get_uids() (used by https://github.com/EsupPortail/esup-otp-api/blob/master/update_active_state_for_all_users.js script )
v2.0.0
- feat: dynamic grid method (require esup-otp-manager >= v2.0.0) by @floriannari 3a3ba5f
- feat: simplify the use of esupnfc (thanks to Esup Auth V2) 549507f 0cc9046 (require esupnfc.server_infos in esup.json)
- Adaptations for Esup Auth V2 by @floriannari 33c3cee ae5b893
- feat: statistics by @vbonamy 1172b10 1a91876 (Please run the script https://github.com/EsupPortail/esup-otp-api/blob/master/update_active_state_for_all_users.js at least once to improve the statistics reliability.)
- improve logs by @guillomovitch breaking change logs are no longer configured in logs/logs.json, but in properties/esup.json e8d9bc8
- add trustedProxies configuration by @floriannari 8ea378c 0972deb
- improve CONF by @floriannari cf0409a b0e10f4
- limit SMS spam by @floriannari b21114c
- feat: initialize ip-location-api asynchronously by @floriannari 7bb771e
- chore: update dependencies (requires "npm install") by @floriannari
- Follow "auto_create_user" configuration setting for all userDb (breaking change for ldap and mysql) c68cd65
Full Changelog: v1.7.3...v2.0.0
v1.7.3
v1.7.2
- support NodeJs 22
- update dependencies, including security updates (Require "npm install")
- rebind LDAP if connection got closed
- push: Some refactors
v1.7.1
v1.7.0
Require "npm install"
- fix the displayed city on Esup Auth in case the notification is not clicked.
- migrate otplib to otpauth
- migrate geoip-lite to ip-location-api
- If push is enabled, the first startup will be slower (due to the updating of the IP-to-city mapping table).
- migrate ldapjs-promise to ldapts
- Update dependencies
- Some refactors
v1.6.1
fix: TypeError: HttpsProxyAgent is not a constructor