emil476m/KeepSocial

As a user it should be possible for me to verify my account by email

Opened this issue · 0 comments

  • Make a button for users in their settings called verify account
  • when verify account is clicked it should should send a randomly 8 letter generated number
  • The code should only be valid for 5 min
  • the users should then get a textfield where they can write the verification code and press a verify button to test if its a valid code
  • Make a api call to backend to update the users verified status
  • Optionally look for a 3rd party api that provide the same feature