Improve resource names and paths

Created on 11 October 2023, 9 months ago

Some REST Resource's names are not ideal, because they do not clearly indicate what this resource is doing.

Therefore those resources should be renamed to better indicate what is being done.
Additionally the URIs should also be improved.

Names

  • ResendMailResource -> ResendRegisterEmailResource
  • UpdatePasswordResource -> SetPasswordResource
  • ResetPasswordResource -> InitSetPasswordResource
  • VerifyMailResource -> InitSetEmailResource
  • UpdateMailResource -> SetEmailResource

URIs

  • /user-api/verify-email -> /user-api/set-email/init
  • /user-api/update-email -> /user-api/set-email
  • /user-api/resend-mail -> /user-api/register/resend-email
  • /user-api/reset-password -> /user-api/set-password/init
  • /user-api/update-password -> /user-api/set-password
πŸ“Œ Task
Status

Fixed

Version

1.0

Component

Code

Created by

πŸ‡¦πŸ‡ΉAustria chfoidl Salzburg

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Production build 0.69.0 2024