Skip to content

Commit

Permalink
Remove username from auth
Browse files Browse the repository at this point in the history
  • Loading branch information
billyb2 committed Nov 26, 2023
1 parent a820666 commit 0721760
Show file tree
Hide file tree
Showing 6 changed files with 19 additions and 218 deletions.
199 changes: 8 additions & 191 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion auth/migrations/20231025032307_create_users.sql
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
create table users (
username text primary key not null,
email text not null,
password text not null,
salt text not null
)
Loading

0 comments on commit 0721760

Please sign in to comment.