Harrolee / drive-gooder

don't read and drive
Other
0 stars 0 forks source link

Better security on modal api #12

Open Harrolee opened 5 months ago

Harrolee commented 5 months ago
  1. create a keypair
  2. put public key in modal secrets
  3. have modal check the signature on incoming Authz header

Really, this comes down to learning how to access secrets defined in your Modal env. The example in the docs didn't work. You need to learn why.