apps: sql + get valid one, get by id, insert, generate app id, generate secret

This commit is contained in:
Philippe Loctaux 2023-03-15 22:00:04 +01:00
parent b5c2be6c9f
commit 71b083895d
19 changed files with 490 additions and 0 deletions

View file

@ -7,3 +7,5 @@ edition = "2021"
argon2 = { version = "0.4.1" }
rand_core = { version = "0.6.4", features = ["std"] }
thiserror = { workspace = true }
nanoid = "0.4.0"
nanoid-dictionary = "0.4.3"