Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
kenken999
/
fastapi_django_main_live
like
6
Running
on
Zero
App
Files
Files
Community
c399afb
fastapi_django_main_live
/
routers
/
bunnkatu
/
utils
/
process_utils.py
kenken999
d
3d2aa58
7 months ago
raw
Copy download link
history
blame
174 Bytes
import
hmac
import
hashlib
import
base64
def
validate_signature
(
body:
str
, signature:
str
, secret:
str
) ->
bool
:
# implementation of validate_signature function
pass