DebitLlama
  • DebitLlama Documentation
  • What is wallet abstraction?
  • Account Creation and Checkout flow
  • How DebitLlama compares to others?
  • Process payments via Solvers
  • Payment Intents
    • ZKP Implementation details
    • Smart Contract Implementation details
    • Client Side Implementation
    • Security first. A little game theory.
  • Creating Accounts
  • Comparing Account types
  • Accepting Payments
    • Checkout Redirect
    • Managing your items
    • Checkout page
  • Fees
  • Passkeys
  • Rest Api v1
    • Creating Access Tokens
      • What is Bearer Authentication?
    • Schema
    • Networks and Currencies
    • /api/v1
    • /api/v1/accounts
    • /api/v1/accounts/[commitment]
    • /api/v1/payment_intents
    • /api/v1/payment_intents/[slug]
    • /api/v1/items
    • /api/v1/items/[slug]
    • Configuring Webhooks
      • Request Schema
    • Zapier Integration
  • Try it out on Testnet
  • Slack
Powered by GitBook
On this page
  • Click register to add a new device
  • Click remove to remove a device
  • I lost my authenticator
  • My account got compromised

Passkeys

The future is passkeys and we have implemented them for 2Fa

PreviousFeesNextRest Api v1

Last updated 1 year ago

After signing up you should add a passkey to your account. This will make spending from your account more secure.

Click register to add a new device

When you click on register, yo uare prompted to add an authentication device. You can add an Android phone, IPhone, Yubi key or Windows Hello.

After the passkey has been added the 2FA is on. You can add multiple devices.

Click remove to remove a device

If you want to remove a device, you need to click remove and verify you own it. After the verification the device will be removed. If you remove all authenticators, the 2FA will be turned off.

I lost my authenticator

If you lost your authenticator but you can still access your account you can just add a new one to use. However you won't be able to disable 2FA login at any point later.

My account got compromised

If you think your account is compromised contact us as soon as possible using slack.

You can always disconnect your connected wallet using your metamask wallet that created it! This will cancel all subscriptions but it's better to be safe. You can create a new account again, any time!

Slack