mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
chore: remove clippy::missing_debug_implementations (#10491)
This commit is contained in:
@ -6,8 +6,7 @@ use tracing::error;
|
||||
/// Implements JWT validation logics and integrates
|
||||
/// to an Http [`AuthLayer`][crate::AuthLayer]
|
||||
/// by implementing the [`AuthValidator`] trait.
|
||||
#[derive(Clone)]
|
||||
#[allow(missing_debug_implementations)]
|
||||
#[derive(Debug, Clone)]
|
||||
pub struct JwtAuthValidator {
|
||||
secret: JwtSecret,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user