v2.3.0
backward compatibility is broken for the settings file, please fix your settings file:
Admin panel is not fully functional, please don't upgrade to this version if you use it for settings
In key storage fields are now unified with all other storages, so instead of:
For S3:
keyStorage:
type: local
s3:
region: ""
bucket: ""
private_key_key: ""
use
keyStorage:
type: local
s3:
region: ""
bucket: ""
key: ""
For local FS:
instead of
keyStorage:
type: local
file:
private_key_path: ./jwt/test_artifacts/private.pem
use
keyStorage:
type: local
local:
path: ./jwt/test_artifacts/private.pem
New critical features:
- MongoDB ID's are now strings again for backward compatibility
- Identifo reload itself on config change in local FS and S3
- Identifo check email templates every 5 mins and reload if it's changes, including app's customs
What's Changed
Full Changelog: v2.2.24...v2.3.0