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

# Configuración de Stytch para Embedded Wallet

> Aprenda cómo configurar un cliente Stytch para su instancia de Embedded Wallet. Siga los pasos para crear y obtener un Public Token desde el panel de Stytch.

Para integrar la autenticación de Stytch en su instancia de Embedded Wallet, debe configurar una aplicación en el [Stytch Dashboard](https://stytch.com/dashboard) y configurar un Embedded Wallet en [Sequence Builder](https://sequence.build/). Comience siguiendo estos pasos:

<Warning>
  La autenticación con Stytch actualmente está en acceso anticipado. Para habilitarla, visite [https://sequence.build/earlyaccess](https://sequence.build/earlyaccess) y active la funcionalidad.
</Warning>

<Steps>
  <Step title="Registrarse / Iniciar sesión">
    Primero, acceda a la [página de inicio de sesión](https://stytch.com/dashboard):
  </Step>

  <Step title="Crear un proyecto">
    Desde el menú desplegable de proyectos, una vez que haya iniciado sesión, seleccione `Create new project`:

    <Frame>
      <img src="https://mintcdn.com/frenglish/tG4e9JlIEt8Ifbxe/images/builder/stytch_create_new_project.png?fit=max&auto=format&n=tG4e9JlIEt8Ifbxe&q=85&s=6203e97da7c2a94f1753a7847f01bb19" alt="Crear un proyecto" width="1556" height="677" data-path="images/builder/stytch_create_new_project.png" />
    </Frame>

    Luego seleccione `CONSUMER AUTHENTICATION`:

    <Frame>
      <img src="https://mintcdn.com/frenglish/tG4e9JlIEt8Ifbxe/images/builder/stytch_create_project.png?fit=max&auto=format&n=tG4e9JlIEt8Ifbxe&q=85&s=659deac853ad5dbc5766abfd019e236a" alt="Crear nuevo proyecto" width="1556" height="677" data-path="images/builder/stytch_create_project.png" />
    </Frame>

    Y finalmente seleccione `Create project`
  </Step>

  <Step title="Obtener un Stytch Project ID y Stytch Public Token">
    En la parte inferior de la primera pantalla de `Home`, copie y guarde en un lugar seguro el `Stytch Project ID` y el `Stytch Public Token`:

    <Frame>
      <img src="https://mintcdn.com/frenglish/tG4e9JlIEt8Ifbxe/images/builder/stytch_obtain_keys.png?fit=max&auto=format&n=tG4e9JlIEt8Ifbxe&q=85&s=e82a82002469cb038f2c7a509e88d3d7" alt="Obtener un Project ID y Stytch Public Token" width="1398" height="659" data-path="images/builder/stytch_obtain_keys.png" />
    </Frame>
  </Step>

  <Step title="Actualizar la URL de redirección">
    Para desarrollo local use `http://localhost:4444/authenticate`

    <Frame>
      <img src="https://mintcdn.com/frenglish/tG4e9JlIEt8Ifbxe/images/builder/stytch_create_new_redirect_uri.png?fit=max&auto=format&n=tG4e9JlIEt8Ifbxe&q=85&s=0e8635a04bc55ae5d700c1d5e0561f9a" alt="Actualizar URL de redirección" width="1616" height="763" data-path="images/builder/stytch_create_new_redirect_uri.png" />
    </Frame>

    Active `Login` y `Register`, seleccione `Set as default` y luego `Confirm`:

    <Frame>
      <img src="https://mintcdn.com/frenglish/tG4e9JlIEt8Ifbxe/images/builder/stytch_create_new_redirect_uri_confirm.png?fit=max&auto=format&n=tG4e9JlIEt8Ifbxe&q=85&s=514be330fbd71dbf263438a43776ad95" alt="Obtener un Project ID" width="1536" height="705" data-path="images/builder/stytch_create_new_redirect_uri_confirm.png" />
    </Frame>
  </Step>

  <Step title="Actualizar los orígenes permitidos para el SDK">
    Para desarrollo local, asegúrese de que su URL de desarrollo esté correctamente ingresada, por ejemplo `http://localhost:4444`

    <Frame>
      <img src="https://mintcdn.com/frenglish/tG4e9JlIEt8Ifbxe/images/builder/stytch_add_url_to_sdk.png?fit=max&auto=format&n=tG4e9JlIEt8Ifbxe&q=85&s=3a3062f8daa0f2449199730d84b284d3" alt="Actualizar url para SDK" width="1750" height="728" data-path="images/builder/stytch_add_url_to_sdk.png" />
    </Frame>
  </Step>

  <Step title="Configuración en el Builder">
    A continuación, habilite la autenticación Stytch en Sequence Builder accediendo a su proyecto, la sección de configuración de Embedded Wallet y luego agregando un proveedor de inicio de sesión:

    <Frame>
      <img src="https://mintcdn.com/frenglish/af_IDE4Oe4nIfMHv/images/builder/builder_stytch_add_provider.png?fit=max&auto=format&n=af_IDE4Oe4nIfMHv&q=85&s=f69814ec820c6100f8617e618e21eade" alt="agregar proveedor de inicio de sesión" width="1880" height="722" data-path="images/builder/builder_stytch_add_provider.png" />
    </Frame>

    Finalmente, seleccionando `Stytch` en el menú desplegable.

    <Frame>
      <img src="https://mintcdn.com/frenglish/af_IDE4Oe4nIfMHv/images/builder/builder_stytch_select_provider.png?fit=max&auto=format&n=af_IDE4Oe4nIfMHv&q=85&s=e8c4bb16b9e3408c4ff18aa0321c32f7" alt="seleccionar stytch" width="2459" height="1106" data-path="images/builder/builder_stytch_select_provider.png" />
    </Frame>

    Luego ingrese su `Stytch Project ID`, seleccione `Save changes` y después el botón morado `Update configuration` para ingresar su contraseña y actualizar la configuración.
  </Step>
</Steps>
