application-research / estuary-www

https://estuary.tech
https://estuary.tech
Other
35 stars 31 forks source link

Add PUT and DELETE to cors middleware #159

Closed neelvirdy closed 1 year ago

neelvirdy commented 1 year ago

Deleting API keys is currently throwing a CORS error on prod due to DELETE missing. Also adding PUT since we have API endpoints that use it, like password changing.

image

Note: Token hash referenced in the image is expired, will delete after this goes through.