Use Protico APIs
To maintain Protico's efficiency without sacrificing its decentralized spirit, the SDK uses a hybrid method that incorporates both centralized and decentralized storage technologies. As decentralized data storage technologies continue to improve, we will integrate more of them into our infrastructure.
Initialize Protico API
Get your users' access token
Use your Web3 ProvidersproticoAuth
object to obtain your users' access token, and pass it to the ProticoAPI
instance. This will manage your users authentication on our backend.
Revoke access on logout
When the user logout, revoke the authToken
as follow:
Last updated