sematic icon indicating copy to clipboard operation
sematic copied to clipboard

Make authenticated endpoints the default

Open neutralino1 opened this issue 2 years ago • 0 comments

Right now developers need to decorate API endpoints with @authenticate to make sure an endpoint cannot be accessed without a valid API key in the headers.

This is ok, but it would be safer to require authentication by default, and have an API to mark certain endpoints as not requiring authentication.

neutralino1 avatar Aug 15 '22 23:08 neutralino1