You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
From this, I expect a PUT on a user object should validate a user (and a POST should register a new user - https://github.com/fair-research/minid-server/blob/master/rest-api.rst . However, when I do a PUT with an existing user, I get a 201 CREATED response and an email is sent with a new registration code:
From this, I expect a
PUT
on a user object should validate a user (and aPOST
should register a new user - https://github.com/fair-research/minid-server/blob/master/rest-api.rst . However, when I do aPUT
with an existing user, I get a201 CREATED
response and an email is sent with a new registration code:Further, the content returned does not have a code - only the email does:
The text was updated successfully, but these errors were encountered: