devsummit / backend

Backend for API and data
9 stars 7 forks source link

Generate confirmation email link #526

Closed andy-shi88 closed 6 years ago

andy-shi88 commented 6 years ago

Description

let's generate link to confirma email, this will be formated as the following: links?token=sssdjnksjdnjsdnjasdo2323543ijd

we should be able to get user id from the token, and its expiry time, if it's not expired confirm the account and redirect to devsummit landing page


Type