Example Scenarios
Logging In a User
To log in a user, you can use the login
method from the useRaydius
hook:
Logging Out a User
To log out a user, you can use the logout
method from the useRaydius
hook:
Linking a Wallet
To link an additional wallet to a user's account, you can use the linkWallet
method from the useRaydius
hook:
Last updated