How do you advise implementing user authorization through a crypto wallet and interaction with our API? Who had a similar experience in development?
top of page
Important forum update
This forum is migrating to one unified Wix community forum starting July 26th, and will be read-only during the process.
Wishlist Page is the official platform for requesting new features. You can vote, comment, and track the status of the requested features.
bottom of page
I believe there are npm packages to request authentication from the wallet. For instance libauth
You just need to find one and use https://www.wix.com/velo/reference/wix-members-backend/authentication/generatesessiontoken to generate a token log your user once Wallet has approved the logging.
Does that help you?