Skip to content

Commit

Permalink
fixup! Remove jwks_client dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
MaeIsBad committed Aug 22, 2024
1 parent 04fb1bf commit 876263a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/auth0/mod.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
//! Stuff used to provide JWT authentication via Auth0
use std::sync::{Arc, RwLock, RwLockReadGuard, RwLockWriteGuard};
use std::time::Duration;

use reqwest::Client;
use tokio::task::JoinHandle;
Expand Down

0 comments on commit 876263a

Please sign in to comment.