aboutsummaryrefslogtreecommitdiffstats
path: root/crates/atuin-server-postgres/migrations/20240621110731_user-verified.sql (follow)
Commit message (Collapse)AuthorAge
* feat: add user account verification (#2190)Ellie Huxtable2024-06-24
* add verified column to users table * add database functions to check if verified, or to verify * getting there * verification check * use base64 urlsafe no pad * add verification client * clippy * correct docs * fix integration tests