- schema for both otp/magiclink
- 1 to 1 off user
- no int id
- expriedAt, delete createdAt
- remove disabled
- OTPBaseLogin is a many to many, make 1 to 1
- Deleted enabled, just need expiresAt
- if we need to disable we delete the entry
- MagicLink needs built, 1to1 for user to token
- 1 to 1
- Same schema, but a string uuid v4 token vs code Int
- Add a redirect option param ie we cna send ?redirect=pitch/1 for /pitch/1 or anyother uri
- Make fully SSR