#Maturity level rest

3 messages · Page 1 of 1 (latest)

vernal crown
#

Hi i have a question, do you think these mappings are properly defined for maturity level?
I have a controller with authentication to create Clients.

/api/v1/auth:

register:
@PostMapping("/register") + request body

login:
@PostMapping("/login") + headery

email-verify (after registration to get authorized):
@GetMapping("/verify/{token}") + path variable

Maybe these mappings should be in client controller too?

nocturne dawnBOT
#

This post has been reserved for your question.

Hey @vernal crown! Please use /close or the Close Post button above when your problem is solved. Please remember to follow the help guidelines. This post will be automatically closed after 300 minutes of inactivity.

TIP: Narrow down your issue to simple and precise questions to maximize the chance that others will reply in here.