mirror of
https://github.com/TECHNOFAB11/jwt-authorizer.git
synced 2025-12-11 23:50:07 +01:00
test: integration tests
This commit is contained in:
parent
8a687f0474
commit
7009f645e6
3 changed files with 83 additions and 4 deletions
4
Cargo.lock
generated
4
Cargo.lock
generated
|
|
@ -708,13 +708,14 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "jwt-authorizer"
|
||||
version = "0.3.0"
|
||||
version = "0.3.1"
|
||||
dependencies = [
|
||||
"axum",
|
||||
"futures-core",
|
||||
"futures-util",
|
||||
"headers",
|
||||
"http",
|
||||
"hyper",
|
||||
"jsonwebtoken",
|
||||
"pin-project",
|
||||
"reqwest",
|
||||
|
|
@ -722,6 +723,7 @@ dependencies = [
|
|||
"serde_json",
|
||||
"thiserror",
|
||||
"tokio",
|
||||
"tower",
|
||||
"tower-http",
|
||||
"tower-layer",
|
||||
"tower-service",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue