Cognito Authentication for Aws Amplify with Crypto Wallet
I Am in the Process of Building a Dapp on Matic and Ethereum and I've Come Across an Issue I Didn't Think Would Be as Involved as It Is. I Need to Have My...
I am in the process of building a Dapp on Matic and Ethereum and I've come across an issue I didn't think would be as involved as it is. I need to have my users login via their cyrptowallet and then "sign" some kind of request to eventually be able to access the graphQL api i created with AWS amplify.
Does anyone have any experience, links, knowledge or thoughts about having a user connect with say, metamask, and then be able to access protected resources in an api? Would I need to custom build the api because Cognito isn't meant to work this way?