feat(iam): tambahkan CSPRNG (OsRng) untuk token state/PKCE

This commit is contained in:
asepharyana
2026-07-17 09:08:41 +07:00
parent 4dc4f80fa3
commit 5ede65f454
4 changed files with 43 additions and 0 deletions
+2
View File
@@ -18,3 +18,5 @@ tracing.workspace = true
url.workspace = true
base64.workspace = true
sha2.workspace = true
hex.workspace = true
rand_core = { version = "0.6", features = ["getrandom"] }