Skip to content
Snippets Groups Projects

added token management

All threads resolved!
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -5,4 +5,4 @@ create table access_tokens (
user_id bigint,
valid boolean not null,
primary key (id)
ó);
\ No newline at end of file
);
\ No newline at end of file
Loading