Verify signature in Django | Community
Skip to main content
Question

Verify signature in Django


I have problem with verify signature. I look on FastAPI example and add simple as that in Django. On 1. June it worked when I tested it with response 200, but now I get error 403 with invalid signature. TypeForm is checked with same secret_key as in my code? I checked payload, secret_key and hashing everything is same as in FastAPI example? I there some changes on TypeForm when hashing is done?

 

2 replies

Liz
Community Team
Forum|alt.badge.img+5
  • Tech Community Advocate
  • 15018 replies
  • June 15, 2023

Hi @stefocs24 Thanks for stopping by the community. I’m not familiar with Fast API. Do you mind sharing a few screenshots/videos of the issue you’re experiencing? Thanks!


Grace
Community Team
Forum|alt.badge.img+5
  • Community Advocate
  • 2687 replies
  • June 23, 2023

Hey @stefocs24 did you manage to work it out? Let us know if you still need help and maybe send a few screenshots so. we can check out the setup! 😊


Reply