The process works like many sites for web3 where you connect wallet then "sign in" which generates a message which is signed and sent via API which authenticates.
This requires:
[ ] Auth Server for JWT / verification
[ ] Token Storage (DB or something)
[ ] JWT token
[ ] Updating Hasura with the JWT Key
[ ] Updating Hasura with the auth header
If you want more specifics feel free to reach out to @R-K-H for more details and information.
The process works like many sites for web3 where you connect wallet then "sign in" which generates a message which is signed and sent via API which authenticates.
This requires:
If you want more specifics feel free to reach out to @R-K-H for more details and information.
Resources