Skip to content

Commit

Permalink
Always return token and ID on libiam users (#68)
Browse files Browse the repository at this point in the history
  • Loading branch information
TwoDCube authored Nov 27, 2023
1 parent 466ee56 commit 666e71c
Show file tree
Hide file tree
Showing 3 changed files with 180 additions and 40 deletions.
172 changes: 146 additions & 26 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions libiam/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,4 @@ tracing = "0.1.37"
tokio = { version = "1.25.0", features = ["rt"] }
futures = "0.3.26"
async-trait = "0.1.64"
jsonwebtoken = "9.1.0"
Loading

0 comments on commit 666e71c

Please sign in to comment.