0.2.1 • Published 4 months ago

@lumx-protocol/auth-client v0.2.1

Weekly downloads
-
License
MIT
Repository
-
Last release
4 months ago

Auth Client

PnP auth library for onboarding users with smartwallets

For more information try it out on our playground!

Basic usage:

import { AuthClient, AuthContextProvider } from '@lumx-protocol/auth-client'

<AuthContextProvider
  clientId="CONTACT US TO GET YOUR CLIENT ID"
>
  <AuthClient />
</AuthContextProvider>