Skip to content

Commit c38f0e6

Browse files
committed
feat: add auth exmaple and fix auth middleware verify logic
1 parent f1e81ad commit c38f0e6

7 files changed

Lines changed: 2533 additions & 70 deletions

File tree

Cargo.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,10 @@ name = "tako"
7171
path = "src/lib.rs"
7272
doctest = false
7373

74+
[[example]]
75+
name = "auth"
76+
path = "examples/auth/src/main.rs"
77+
7478
[[example]]
7579
name = "hello-world"
7680
path = "examples/hello-world/src/main.rs"

0 commit comments

Comments
 (0)