feat: add platform auth jwt adapter
This commit is contained in:
10
server-rs/crates/platform-auth/Cargo.toml
Normal file
10
server-rs/crates/platform-auth/Cargo.toml
Normal file
@@ -0,0 +1,10 @@
|
||||
[package]
|
||||
name = "platform-auth"
|
||||
edition.workspace = true
|
||||
version.workspace = true
|
||||
license.workspace = true
|
||||
|
||||
[dependencies]
|
||||
jsonwebtoken = "9"
|
||||
serde = { version = "1", features = ["derive"] }
|
||||
time = { version = "0.3", features = ["std"] }
|
||||
Reference in New Issue
Block a user