Releases: MadAppGang/identifo
Releases · MadAppGang/identifo
v2.3.7 fix CORS crash on failed config
What's Changed
Full Changelog: v2.3.6...v2.3.7
v2.3.6 Reimplement Twilio integration
What's Changed
Full Changelog: v2.3.5...v2.3.6
v2.3.5 S3 fs watcher fixed
v2.3.4 Fix push to docker hub
Full Changelog: v2.3.3...v2.3.4
v2.3.3
v2.3.2
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
v2.2.24
v2.2.23
What's Changed
- Fix scopes by @sokolovstas in #336
- Add verification code check and cleanup after find by @sokolovstas in #337
Full Changelog: v2.2.22...v2.2.23
v2.2.22
Add scopes param for web-element
Add scopes tests