mirror of
https://tangled.org/tranquil.farm/tranquil-pds
synced 2026-02-09 13:50:09 +00:00
JWT token refresh good error
This commit is contained in:
@@ -192,6 +192,7 @@ impl From<crate::auth::TokenValidationError> for ApiError {
|
||||
crate::auth::TokenValidationError::AccountTakedown => Self::AccountTakedown,
|
||||
crate::auth::TokenValidationError::KeyDecryptionFailed => Self::InternalError,
|
||||
crate::auth::TokenValidationError::AuthenticationFailed => Self::AuthenticationFailed,
|
||||
crate::auth::TokenValidationError::TokenExpired => Self::ExpiredToken,
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user