Skip to content

v7.1.0

Compare
Choose a tag to compare
@github-actions github-actions released this 18 May 16:31
· 733 commits to main since this release

7.1.0 (2024-05-18)

Features

  • auth: rename jwt variable to access_token (4a57076)
  • AuthService: add email field to register method for users to provide their email during registration (d4a2d6a)
  • axios-controller: move axios instance creation to class constructor and set Authorization header based on user jwt token (73a6088)
  • frontend: add status code to the body of the responce (f7bc38e)
  • ingress-controller: update nginx-ingress-controller to use frontend-service as default backend (4e3b0ff)
  • pathValues: update paths for user service to /auth/register and /auth/login, add /oauth/access_token (b68733d)

Bug Fixes

  • users: fixed presentation mapping (e7fb354)