1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-10-22 11:22:43 +02:00
metamask-extension/ui/components/app/signature-request-siwe
Ariella Vu 34375a57e5
Security Provider cleanup (#19694)
* security-prov: isFlaggedSecurityProviderResponse

* security-prov: create shared/modules/util

* security prov: rn isFlagged -> isSuspcious
- util fn returns true if response is not verified and flagged

* security prov: add util test
and support undefined param

* security prov: reorg util fn
- no logic changes
2023-06-23 20:08:22 +02:00
..
__snapshots__ Added the ability to navigate multiple SIWE notifications (#18103) 2023-06-08 13:02:08 +02:00
signature-request-siwe-header [MMI] Add code fences in signature-request (#18770) 2023-05-24 13:41:21 +02:00
signature-request-siwe-icon Fix/18492/update icon ts app folder (#18645) 2023-04-19 14:16:49 -07:00
signature-request-siwe-message Sign-in With Ethereum SIWE cleanup (#18230) 2023-04-21 16:36:27 -03:00
signature-request-siwe-tag Part of #17670 Replace Typography with Text component in: signature-request-siwe-tag\index.js (#18898) 2023-05-01 17:51:24 -07:00
index.js
index.scss Replace ActionableMessage components with BannerAlerts in SIWE Sign-in with Ethereum page (#18207) 2023-03-21 09:49:04 -07:00
README.mdx Added storybook check to CI (#17092) 2023-01-21 00:57:46 +05:30
signature-request-siwe.js Security Provider cleanup (#19694) 2023-06-23 20:08:22 +02:00
signature-request-siwe.stories.js Added storybook check to CI (#17092) 2023-01-21 00:57:46 +05:30
signature-request-siwe.test.js Added the ability to navigate multiple SIWE notifications (#18103) 2023-06-08 13:02:08 +02:00

import { Story, Canvas, ArgsTable } from '@storybook/addon-docs';

import SignatureRequestSIWE from '.';

# Signature Request SIWE

dApp requesting the user to Sign in with Ethereum.

<Canvas>
  <Story id="components-app-signaturerequestsiwe--default-story" />
</Canvas>

## Component API

<ArgsTable of={SignatureRequestSIWE} />