ezidam + refresh tokens: create and insert refresh token
This commit is contained in:
parent
609933d98f
commit
ef8d75ecee
14 changed files with 204 additions and 0 deletions
12
crates/refresh_tokens/Cargo.toml
Normal file
12
crates/refresh_tokens/Cargo.toml
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
[package]
|
||||
name = "refresh_tokens"
|
||||
version = "0.0.0"
|
||||
edition = "2021"
|
||||
|
||||
[dependencies]
|
||||
thiserror = { workspace = true }
|
||||
chrono = { workspace = true }
|
||||
|
||||
# local crates
|
||||
database = { path = "../database" }
|
||||
id = { path = "../id" }
|
||||
Loading…
Add table
Add a link
Reference in a new issue