mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-11-02 21:07:58 +08:00
feat(core): add core functions for external authentication (#3969)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com> Co-authored-by: sai-harsha-vardhan <harsha111hero@gmail.com> Co-authored-by: Sai Harsha Vardhan <56996463+sai-harsha-vardhan@users.noreply.github.com>
This commit is contained in:
@ -1,5 +1,6 @@
|
||||
pub mod address;
|
||||
pub mod api_keys;
|
||||
pub mod authentication;
|
||||
pub mod authorization;
|
||||
pub mod blocklist;
|
||||
pub mod blocklist_fingerprint;
|
||||
@ -113,6 +114,7 @@ pub trait StorageInterface:
|
||||
+ user::sample_data::BatchSampleDataInterface
|
||||
+ health_check::HealthCheckDbInterface
|
||||
+ role::RoleInterface
|
||||
+ authentication::AuthenticationInterface
|
||||
+ 'static
|
||||
{
|
||||
fn get_scheduler_db(&self) -> Box<dyn scheduler::SchedulerInterface>;
|
||||
|
||||
Reference in New Issue
Block a user