Releases: oluizeduardo/glicocheck-api
Releases · oluizeduardo/glicocheck-api
v1.1.8
What's Changed
- Added Zod for environment variable validation by @oluizeduardo in #53
Full Changelog: v1.1.7...v1.1.8
v1.1.7
What's Changed
- Support sorting parameter to diary api by @oluizeduardo in #51
Full Changelog: v1.1.6...v1.1.7
v1.1.6
What's Changed
- Adjust api responses for compatibility with React Admin dataProvider by @oluizeduardo in #49
Full Changelog: v1.1.5...v1.1.6
v1.1.5
What's Changed
- Add API requets rate limiting by @oluizeduardo in #47
Full Changelog: v1.1.4...v1.1.5
v1.1.4
What's Changed
- Extend user account deletion api to include all related data cleanup by @oluizeduardo in #45
Full Changelog: v1.1.3...v1.1.4
v1.1.3
What's Changed
- Standardized date and time across the system by @oluizeduardo in #43
Full Changelog: v1.1.2...v1.1.3
v1.1.2
What's Changed
- Update logout API to accept access token in request body by @oluizeduardo in #41
Full Changelog: v1.1.1...v1.1.2
v1.1.1
- Settings for using the production database.
v1.1.0
What's Changed
- Make glicocheck home page url configurable in env for forgot password process by @oluizeduardo in #37
- Add environment specific database configuration by @oluizeduardo in #39
Full Changelog: v1.0.0.3...v1.1.0
v1.0.0.3
What's Changed
This update refines the user password update method to support two key scenarios:
- Forgot My Password Flow: Users can now reset their password securely when they forget it, following the existing recovery process.
- In-App Password Change: Logged-in users can update their password directly from within the application, enhancing usability and improving account management.
This improvement ensures a seamless experience for users in both cases while maintaining security best practices across both workflows.
Full Changelog: v1.0.0.2...v1.0.0.3