Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
## [7.1.0](v7.0.0...v7.1.0) (2024-05-18) ### Features * **auth:** rename jwt variable to access_token ([4a57076](4a57076)) * **AuthService:** add email field to register method for users to provide their email during registration ([d4a2d6a](d4a2d6a)) * **axios-controller:** move axios instance creation to class constructor and set Authorization header based on user jwt token ([73a6088](73a6088)) * **frontend:** add status code to the body of the responce ([f7bc38e](f7bc38e)) * **ingress-controller:** update nginx-ingress-controller to use frontend-service as default backend ([4e3b0ff](4e3b0ff)) * **pathValues:** update paths for user service to /auth/register and /auth/login, add /oauth/access_token ([b68733d](b68733d)) ### Bug Fixes * **users:** fixed presentation mapping ([e7fb354](e7fb354))
- Loading branch information