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

# 埋め込みログインでのパスワードレス認証

> Universal Login でパスワードレス認証を実装する方法を説明します。

アプリケーションにログイン画面を埋め込むには、[Embedded Passwordless API](/ja/docs/authenticate/passwordless/implement-login/embedded-login/relevant-api-endpoints) または SDK を使用できます。

構築するアプリケーションの種類に応じて、実装方法が異なります。

* シングルページアプリケーション (SPA)  (たとえば Angular や React) の場合は、[Embedded Passwordless Authentication for Single-page Applications (SPA)](/ja/docs/authenticate/passwordless/implement-login/embedded-login/spa) を参照してください。
* ネイティブアプリケーション (たとえば iOS、Android、またはデスクトップアプリケーション) の場合は、[Embedded Passwordless Login in Native Applications](/ja/docs/authenticate/passwordless/implement-login/embedded-login/native) を参照してください。
* 通常の Web アプリケーション (たとえば NodeJS、Java、Rails、または .NET) の場合は、[Embedded Passwordless Login in Regular Web Applications](/ja/docs/authenticate/passwordless/implement-login/embedded-login/webapps) を参照してください。

通常の Web アプリケーションおよび SPA で埋め込みログインを使用するには、クロスオリジン認証を設定する必要があります。詳細については、[Cross-Origin Authentication](/ja/docs/authenticate/login/cross-origin-authentication) を参照してください。
