ezidam + refresh tokens: create and insert refresh token

This commit is contained in:
Philippe Loctaux 2023-03-18 15:16:15 +01:00
parent 609933d98f
commit ef8d75ecee
14 changed files with 204 additions and 0 deletions

View file

@ -0,0 +1 @@
drop table if exists refresh_tokens;