PEC-CSS / acm-website-backend

Backend of the official website of PEC ACM CSS
MIT License
18 stars 2 forks source link

change relation b/w `VerificationToken` and `User` to `@OneToOne` from `@ManyToOne` #90

Closed harasees-singh closed 8 months ago

harasees-singh commented 8 months ago

One to One makes more sense according to me, unless there is a usecase for bloating the db with multiple Verification Tokens per user