Releases: MadAppGang/identifo
Releases · MadAppGang/identifo
v2.1.5 Fix hostet components dourtes
What's Changed
- Fix base href for hosted component by @sokolovstas in #241
Full Changelog: v2.1.4...v2.1.5
Bug fixind and imporvement
What's Changed
- refactor app notifications by @nikita-ks in #232
- WIP: Web element tests by @sokolovstas in #234
- Reset password from admin by @sokolovstas in #236
- Add 2fa support on password reset by @sokolovstas in #237
- fix s3 config check by @hummerd in #238
- migrate to boltdb fork - bbolt by @hummerd in #239
New Contributors
Full Changelog: v2.1.3...v2.1.4
v2.1.3
Improve admin panel to handle scopes for user and apps
Now you can manage scopes for users and apps in the admin panel
Fix S3 key storage
Deploy new admin panel
New admin panel now served as default to reflect new server changes.
Refactor Admin panel
Big changes to admin panel
- new model for all settings
- improved key management
- server auto-reload on settings change
- scopes management is implemented
- default roles per app
- default scopes per app
- now you can see private and public keys in the admin panel
- now you can paste your custom private key
- now you can generate a new private key in the admin panel
New web part and app architecture
🚨🚨🚨 Breaking changes🚨🚨🚨
We are working hard to create better and easier integration with Identifo.
This release has:
- new settings model
- new web part
- new web UI using web component for easier custom UI implementation
- now web part is part of this report as well, all is monorepo
- 2FA implemented
- integration with Google and Apple authentication providers
- fix confusion for login with username and login with email
Please keep in mind, this release should not consider as stable, as it was refactored and not checked yet.
Refactor settings handgling
Refactor settings handling for the system
Now you can set the project setting with config flag on start.
Please look at the videos about using the new settings system.
https://www.youtube.com/watch?v=ojRV8wch7xQ&list=PLKAgN4Ow-E0RYZAzLV5LeyYEQdoX2JYsK
Add template additional data
- invite token remove fix
- add extended data to templates
New model migration and new static SPA frontend
Merge pull request #164 from sokolovstas/Fix-mongo-admin-storage Use string to store ID in mongoDB