> ## Documentation Index
> Fetch the complete documentation index at: https://gnosispay-feat-v2-auth-module.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Authentication Helper App

> Use this app to generate and sign a message using your ethereum wallet.

export const AuthApp = () => {
  return <div className="flex items-center justify-center" style={{
    marginTop: '20px'
  }}>
      <div className="flex items-center rounded-xl overflow-hidden border border-zinc-950/20 dark:border-white/20" style={{
    width: '100%',
    height: '800px'
  }}>
        <iframe src="https://gnosispay-api-siwe-demo.vercel.app/" style={{
    width: '100%',
    height: '100%'
  }} title="GnosisPay API SIWE Demo" allow="clipboard-write" />
      </div>
    </div>;
};

<a href="https://gnosispay-api-siwe-demo.vercel.app/" target="_blank">
  You can also open this app in a new tab.
</a>

<AuthApp />
