E-mail verification with keys made with uuid.uuid4. Safety, and uniquness of generated values [closed]
问题 Closed . This question needs to be more focused. It is not currently accepting answers. Want to improve this question? Update the question so it focuses on one problem only by editing this post. Closed 5 years ago . I would like to make e-mail verification in my website. I plane to send to user email with link to activation, where in link I plan to include key made with: str(uuid.uuid4()) which will be stored in table, where I also will store boolean indicating either user has used this link