# Passport

## Passport

- [Welcome](https://docs.0xpass.io/welcome.md)
- [Overview](https://docs.0xpass.io/how-passport-works/overview.md)
- [Background](https://docs.0xpass.io/how-passport-works/background.md)
- [Threshold Cryptography](https://docs.0xpass.io/how-passport-works/background/threshold-cryptography.md)
- [Secure Multi-Party Computation](https://docs.0xpass.io/how-passport-works/background/secure-multi-party-computation.md)
- [Distributed Architecture](https://docs.0xpass.io/how-passport-works/background/distributed-architecture.md)
- [Secure Enclaves](https://docs.0xpass.io/how-passport-works/background/secure-enclaves.md)
- [In Depth](https://docs.0xpass.io/how-passport-works/in-depth.md): Learn more about how Passport Protocol works, in depth.
- [Under the Hood](https://docs.0xpass.io/how-passport-works/in-depth/under-the-hood.md)
- [User Flows and Account Controls](https://docs.0xpass.io/how-passport-works/in-depth/user-flows-and-account-controls.md)
- [The Halides Model](https://docs.0xpass.io/how-passport-works/in-depth/the-halides-model.md)
- [End-to-End Encryption](https://docs.0xpass.io/how-passport-works/in-depth/end-to-end-encryption.md)
- [Security](https://docs.0xpass.io/how-passport-works/in-depth/security.md)
- [Node Operation](https://docs.0xpass.io/how-passport-works/in-depth/node-operation.md)
- [Getting Started](https://docs.0xpass.io/guides-and-examples/getting-started.md)
- [Quickstarts and Examples](https://docs.0xpass.io/guides-and-examples/quickstarts-and-examples.md): Getting started with interacting with Passport Protocol
- [Passkey Account](https://docs.0xpass.io/guides-and-examples/quickstarts-and-examples/passkey-account.md)
- [Clerk Auth](https://docs.0xpass.io/guides-and-examples/quickstarts-and-examples/clerk-auth.md)
- [Lambda Quickstart](https://docs.0xpass.io/guides-and-examples/quickstarts-and-examples/lambda-quickstart.md)
- [Overview](https://docs.0xpass.io/authentication/overview.md)
- [Configuring your scope](https://docs.0xpass.io/authentication/configuring-your-scope.md)
- [Passkeys](https://docs.0xpass.io/authentication/passkeys.md)
- [Registration](https://docs.0xpass.io/authentication/passkeys/registration.md)
- [Register using SDK](https://docs.0xpass.io/authentication/passkeys/registration/register-using-sdk.md)
- [Register using API](https://docs.0xpass.io/authentication/passkeys/registration/register-using-api.md)
- [Initiate Registration](https://docs.0xpass.io/authentication/passkeys/registration/register-using-api/initiate-registration.md)
- [Complete Registration](https://docs.0xpass.io/authentication/passkeys/registration/register-using-api/complete-registration.md)
- [Authentication](https://docs.0xpass.io/authentication/passkeys/authentication.md)
- [Authenticating with SDK](https://docs.0xpass.io/authentication/passkeys/authentication/authenticating-with-sdk.md)
- [Authenticating with API](https://docs.0xpass.io/authentication/passkeys/authentication/authenticating-with-api.md)
- [Initiate Authentication](https://docs.0xpass.io/authentication/passkeys/authentication/authenticating-with-api/initiate-authentication.md)
- [Complete Authentication](https://docs.0xpass.io/authentication/passkeys/authentication/authenticating-with-api/complete-authentication.md)
- [Developer Owned Auth](https://docs.0xpass.io/authentication/developer-owned-auth.md)
- [Registration](https://docs.0xpass.io/authentication/developer-owned-auth/registration.md)
- [Register using SDK](https://docs.0xpass.io/authentication/developer-owned-auth/registration/register-using-sdk.md)
- [Register using API](https://docs.0xpass.io/authentication/developer-owned-auth/registration/register-using-api.md)
- [Delegate Registration](https://docs.0xpass.io/authentication/developer-owned-auth/registration/register-using-api/delegate-registration.md)
- [Overview](https://docs.0xpass.io/wallet-operations/overview.md)
- [Passkeys Signer](https://docs.0xpass.io/wallet-operations/passkeys-signer.md)
- [Sign Message](https://docs.0xpass.io/wallet-operations/passkeys-signer/sign-message.md)
- [Sign Message SDK](https://docs.0xpass.io/wallet-operations/passkeys-signer/sign-message/sign-message-sdk.md): signMessage allows you to generate a signature on a message.
- [Sign Message API](https://docs.0xpass.io/wallet-operations/passkeys-signer/sign-message/sign-message-api.md)
- [Sign Transaction](https://docs.0xpass.io/wallet-operations/passkeys-signer/sign-transaction.md)
- [Sign Transaction SDK](https://docs.0xpass.io/wallet-operations/passkeys-signer/sign-transaction/sign-transaction-sdk.md)
- [Sign Transaction API](https://docs.0xpass.io/wallet-operations/passkeys-signer/sign-transaction/sign-transaction-api.md)
- [DOA Signer](https://docs.0xpass.io/wallet-operations/doa-signer.md)
- [Sign Message](https://docs.0xpass.io/wallet-operations/doa-signer/sign-message.md)
- [Sign Message SDK](https://docs.0xpass.io/wallet-operations/doa-signer/sign-message/sign-message-sdk.md): signMessage allows you to generate a signature on a message.
- [Sign Message API](https://docs.0xpass.io/wallet-operations/doa-signer/sign-message/sign-message-api.md)
- [Sign Transaction](https://docs.0xpass.io/wallet-operations/doa-signer/sign-transaction.md)
- [Sign Transaction SDK](https://docs.0xpass.io/wallet-operations/doa-signer/sign-transaction/sign-transaction-sdk.md)
- [Sign Transaction API](https://docs.0xpass.io/wallet-operations/doa-signer/sign-transaction/sign-transaction-api.md)
- [Viem Support](https://docs.0xpass.io/wallet-operations/viem-support.md)
- [Overview](https://docs.0xpass.io/programmability/overview.md)
- [Passport Lambda](https://docs.0xpass.io/programmability/passport-lambda.md): Automate your access control or even your complete flow using Lambda's.
- [Lambda Functions](https://docs.0xpass.io/programmability/lambda-functions.md)
- [Create Lambda](https://docs.0xpass.io/programmability/lambda-functions/create-lambda.md): Allows the user to register a lambda function with Passport Protocol
- [Create Lambda SDK](https://docs.0xpass.io/programmability/lambda-functions/create-lambda/create-lambda-sdk.md)
- [Create Lambda API](https://docs.0xpass.io/programmability/lambda-functions/create-lambda/create-lambda-api.md)
- [Execute Lambda](https://docs.0xpass.io/programmability/lambda-functions/execute-lambda.md): Allows a user to execute the lambda function
- [Execute Lambda SDK](https://docs.0xpass.io/programmability/lambda-functions/execute-lambda/execute-lambda-sdk.md)
- [Execute Lambda API](https://docs.0xpass.io/programmability/lambda-functions/execute-lambda/execute-lambda-api.md)
- [List Lambda](https://docs.0xpass.io/programmability/lambda-functions/list-lambda.md): View list of lambda functions registered by user
- [List Lambda SDK](https://docs.0xpass.io/programmability/lambda-functions/list-lambda/list-lambda-sdk.md)
- [List Lambda API](https://docs.0xpass.io/programmability/lambda-functions/list-lambda/list-lambda-api.md)
- [Moving to Mainnet](https://docs.0xpass.io/appendix/moving-to-mainnet.md)
- [State Of The Network](https://docs.0xpass.io/appendix/state-of-the-network.md)
- [Generating DOA Keys](https://docs.0xpass.io/appendix/generating-doa-keys.md)
- [API Request Setup](https://docs.0xpass.io/appendix/api-request-setup.md)
- [Unauthenticated Requests](https://docs.0xpass.io/appendix/api-request-setup/unauthenticated-requests.md)
- [Authenticated Requests](https://docs.0xpass.io/appendix/api-request-setup/authenticated-requests.md)
