jwbnw / web3-ai-service

Service layer for Web3 AI
MIT License
0 stars 0 forks source link

Service: Implement InitChallenge #6

Open jwbnw opened 1 year ago

jwbnw commented 1 year ago

Currently the backend does not create a unique hash for the signature verification challenge, it uses a static Test Hash defined in the Auth Controller and UI. This is not safe for obvious reasons. Please implement the InitChallenge() endpoint within the Auth Controller. See the InitChallengeResponse dto. Use in mem caching with the id to temporarily persist the hash

A/C