All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- users: Added user routes for user profile management including retrieving user profile (
GET /profile
), updating user profile (PUT /profile
), and deleting a user profile (DELETE /profile
).
- Updated SMTP credentials to resolve connection issues
- Implemented automatic connection retry logic for the database to improve resilience and handle transient failures gracefully.
- Simplified JWT configuration. Removed expiration settings for access and refresh tokens. Consolidated the secret keys into a single JWT_SECRET key for ease of management and reduced complexity.
- Added changelog.
- Initial release
- Removed YARN, added NPM.