Skip to content

Commit

Permalink
add refresh token
Browse files Browse the repository at this point in the history
  • Loading branch information
ezesundayeze committed Dec 1, 2023
1 parent d93b1d2 commit 72fb0d2
Show file tree
Hide file tree
Showing 5 changed files with 281 additions and 98 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,7 @@ on:
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [16.x]
steps:
steps:
- uses: actions/checkout@v3
- uses: actions-rs/toolchain@v1
with:
Expand Down
155 changes: 155 additions & 0 deletions Cargo.lock

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

3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
workspace = { members = ["examples/helloworld"] }
[package]
name = "axum_jwt_ware"
version = "0.1.4"
Expand All @@ -20,4 +21,4 @@ serde_json = "1.0.95"

[lib]
name = "axum_jwt_ware"
path = "src/lib.rs"
path = "src/lib.rs"
Loading

0 comments on commit 72fb0d2

Please sign in to comment.