keys icon indicating copy to clipboard operation
keys copied to clipboard

Support CORS on API calls

Open qgustavor opened this issue 2 years ago • 1 comments

Supporting CORS on API calls, at least some of them, would be a good feature. Keybase supports it for user lookups and for Merkle tree related calls, so supporting it at least for user lookups will be great.

qgustavor avatar Jan 12 '22 01:01 qgustavor

Looks like implementing this would modifying this file following documentation on CORS middleware and documentation on how to add middlewares to route groups. Should this issue be transferred to keys-ext repository? Can I send a pull request there implementing CORS support to /user/ API routes?

qgustavor avatar Aug 24 '22 15:08 qgustavor