mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-11-02 12:06:56 +08:00
feat(auth): Add Authorization for JWT Authentication types (#2973)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
This commit is contained in:
@ -5,9 +5,7 @@ use masking::{ExposeInterface, Secret};
|
||||
use router_env::env;
|
||||
|
||||
use super::errors::{UserErrors, UserResponse};
|
||||
use crate::{
|
||||
consts::user as consts, routes::AppState, services::ApplicationResponse, types::domain,
|
||||
};
|
||||
use crate::{consts, routes::AppState, services::ApplicationResponse, types::domain};
|
||||
|
||||
pub async fn connect_account(
|
||||
state: AppState,
|
||||
|
||||
Reference in New Issue
Block a user