Is your feature request related to a problem? Please describe.
When a User is created, its email address is not confirmed and the account is inactive. The role assignment should then move to the
/activate endpoint and not the /register endpoint
Describe the solution you'd like
Move the GUEST role assignment to /activate
Describe alternatives you've considered
Rename /activate to /verify-email
Additional context
...
Is your feature request related to a problem? Please describe.
When a User is created, its email address is not confirmed and the account is inactive. The role assignment should then move to the
/activateendpoint and not the/registerendpointDescribe the solution you'd like
Move the GUEST role assignment to
/activateDescribe alternatives you've considered
Rename
/activateto/verify-emailAdditional context
...