- 
                Notifications
    
You must be signed in to change notification settings  - Fork 27
 
AuthFacade
        Celine Sarafa edited this page May 22, 2023 
        ·
        2 revisions
      
    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.