mirror of
https://github.com/sigp/lighthouse.git
synced 2026-05-31 21:27:12 +00:00
feat(execution_layer): log more detail when JWT auth fails (#9051)
Co-Authored-By: CATS <dev@yaksha3.ai> Co-Authored-By: chonghe <44791194+chong-he@users.noreply.github.com>
This commit is contained in:
@@ -14,7 +14,7 @@ pub const JWT_SECRET_LENGTH: usize = 32;
|
||||
#[derive(Debug)]
|
||||
pub enum Error {
|
||||
JWT(jsonwebtoken::errors::Error),
|
||||
InvalidToken,
|
||||
InvalidToken(String),
|
||||
InvalidKey(String),
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user