perfood / couch-auth

Powerful authentication for APIs and apps using CouchDB (or Cloudant) with Node >= 14
MIT License
68 stars 19 forks source link

Make GET for email confirm token idempotent during validity #13

Closed fynnlyte closed 1 year ago

fynnlyte commented 3 years ago

Within the token validity, the route should just return OK and state that the E-Mail is successfully confirmed. This should be configurable via a config option and be turned off by default.