Skip to content

Commit

Permalink
docs(gitbook): update Liquid Auth description (#305)
Browse files Browse the repository at this point in the history
* docs(gitbook): update Liquid Auth description
  • Loading branch information
drichar authored Oct 21, 2024
1 parent 97316e9 commit 6598e1c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/fundamentals/supported-wallets.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,10 +88,10 @@ Magic Algorand Extension

## Liquid Auth (experimental)

Liquid Auth is a self-hosted authentication service that provides a simple way to associate Passkeys to KeyPair(s) commonly found in cryptocurrencies. In addition to authentication, Liquid Auth provides a Peer to Peer signaling service. Not only can you authenticate users, but you can also establish secure connections between them.
Liquid Auth is a self-hosted authentication service that provides a simple way to associate Passkeys to KeyPair(s) commonly found in cryptocurrencies, in accordance with the FIDO2 WebAuthn specification. In addition to authentication, Liquid Auth provides a Peer to Peer signaling service. Not only can you authenticate users, but you can also establish secure, WebRTC-based connections between a mobile wallet and a desktop dApp. Liquid Auth serves as an alternative to protocols where access is controlled or limited by centralized entities.

{% hint style="info" %}
The Liquid Auth provider is currently experimental and subject to change in future releases. It requires users to have an Android device and developers to set up a [specific backend](https://github.com/TxnLab/use-wallet/blob/main/examples/liquid-auth-backend/README.md). For more info, please refer to the [documentation](https://liquidauth.com/guides/getting-started/).
The Liquid Auth provider is currently experimental and subject to change in future releases. It requires users to have an Android (v14+) device and developers to set up a [specific backend](https://github.com/TxnLab/use-wallet/blob/main/examples/liquid-auth-backend/README.md). For more info, please refer to the [documentation](https://liquidauth.com/guides/getting-started/).
{% endhint %}

<figure><img src="../.gitbook/assets/image.png" alt=""><figcaption></figcaption></figure>
Expand Down

0 comments on commit 6598e1c

Please sign in to comment.