Skip to content
This repository was archived by the owner on Dec 8, 2025. It is now read-only.

AuthFacade

Celine Sarafa edited this page May 22, 2023 · 2 revisions

Auth Facade

The auth facade is different from the ChatFacade and PushFacade. In that, it does not abstract a client, but instead it manages authentication state coming in from internal authentication managers (currently Web3Modal and Wagmi), or external sources. Typically, external auth providers can call setAccount or providing a query param account with an ethereum address.

It should be noted, authentication is only supported for Ethereum based chains.

Clone this wiki locally