Login

Now that your ProticoAuthCore object is initialized, simply call the connectTo function:

auth.connectTo(SUPPORTED_ADAPTER_TYPE.METAMASK);

You can here choose between the different adapter types :

Adapter NameDescription

METAMASK

Login user through Metamask provider

OPENLOGIN

Login user through Web3Auth OpenLogin provider

WALLET_CONNET_V1

Login user through WalletConnect provider

GUEST

Used for guest users who do not connect to Ceramic

Last updated