Skip to content

Verify Email

Lipis edited this page Sep 20, 2016 · 1 revision

When the key and code are provided, the verification with the backend is done client side and if response code is 200 or 204 the following should happen:

Redirect to the wire://email-verified.

As a fallback show the success message and one button:

  • Get Wire — Link to Play Store or App Store.

Show success message and two buttons:

  • Open macOS App — Link to App Store
  • Open in Web — Link to web app

Windows (Desktop)

Show success message and two buttons:

  • Open Wire — Link to Wire Downloads page
  • Open in Web — Link to web app

Redirect to web app and show success message with a button as a fallback, in case of failed redirect:

  • Open Wire — Link to web app

Additional Notes

By adding &success to the /verify/ endpoint you can check the successful state without providing valid key & code.

Clone this wiki locally