feat: add platform auth jwt adapter
This commit is contained in:
@@ -3,7 +3,7 @@ use tracing::{error, warn};
|
||||
|
||||
use crate::{
|
||||
http_error::AppError,
|
||||
request_context::{resolve_request_id, RequestContext},
|
||||
request_context::{RequestContext, resolve_request_id},
|
||||
};
|
||||
|
||||
pub async fn normalize_error_response(request: Request, next: Next) -> Response {
|
||||
|
||||
Reference in New Issue
Block a user