Quantcast
Channel: Active questions tagged rest - Stack Overflow
Viewing all articles
Browse latest Browse all 3655

What's the REST way to verify an email?

$
0
0

When a user register to my web application I send an email to verify his inbox.In the email there are a link to a resource like this:

GET /verify/{token}

Since the resource is being updated behind the scenes, doesn't it break the RESTful approach?

How can I do it in a RESTful manner?


Viewing all articles
Browse latest Browse all 3655

Trending Articles