-
[Feature]: Add route for deleting customer's connection. (#17)
-
[Added-#15]: Route for health check (#16)
- Restrict user from making excessive reset password request.
- Genre listing route now returns author details.
- Now the
auth
middleware can read token from request body. - New route to verify
accessToken
.
- Now the token will be expired in 1hr after its creation.
- Now we log raw captured errors in the
dev
environment.
- Added route for supporting reset password
- Fixed authorization middleware using outdated config
- Added new route GET route for admin requester list
- Updated routes for requiring super admin access
- Added new route for changing user password
- Improved error handling and dev support
- Added new field in genre to store author context
- User can now delete genre if they are author
- Customers route for create, update and get connections
- User routes simplified with better error handling
- Authentication route simplified with proper error handling and response
- Logger middleware is added for development support
- Genre routes are organized with better error support
- Deployment will only be triggered with version update