Skip to content

Commit 1e29c9a

Browse files
authored
Merge pull request #1952 from habitat-sh/token_generator
add a token generation tool and ensure errors are not swallowed in middleware auth
2 parents bd9c43b + ad57dbd commit 1e29c9a

7 files changed

Lines changed: 484 additions & 58 deletions

File tree

Cargo.lock

Lines changed: 148 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,5 @@ members = [
1010
"components/builder-protocol",
1111
"components/github-api-client",
1212
"components/oauth-client",
13+
"tools/token-generator",
1314
]

0 commit comments

Comments
 (0)