mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-03-17 23:14:03 +01:00
JWT auth plugin and necessary updates
This commit is contained in:
@@ -14,7 +14,7 @@ export function HttpAuthenticationEditor({ request }: Props) {
|
||||
const updateHttpRequest = useUpdateAnyHttpRequest();
|
||||
const updateGrpcRequest = useUpdateAnyGrpcRequest();
|
||||
const auths = useHttpAuthentication();
|
||||
const auth = auths.find((a) => a.pluginName === request.authenticationType);
|
||||
const auth = auths.find((a) => a.name === request.authenticationType);
|
||||
|
||||
const handleChange = useCallback(
|
||||
(authentication: Record<string, boolean>) => {
|
||||
|
||||
Reference in New Issue
Block a user