feat: add mutualTLS auth option (#9193)

Refs #8020 

Co-authored-by: Vladimír Gorej <vladimir.gorej@smartbear.com>
This commit is contained in:
Patryk Rosiak
2023-09-13 15:32:35 +02:00
committed by GitHub
parent 8db1226d1e
commit 89cdd7b022
13 changed files with 340 additions and 5 deletions

View File

@@ -23,9 +23,9 @@ export default function () {
wrapSelectors: authWrapSelectors,
},
oas3: {
actions,
actions: { ...actions },
reducers,
selectors,
selectors: { ...selectors },
},
},
}