(no title)
jmvoodoo | 1 year ago
If an endpoint is decorated with something that is considered dangerous (i.e. public access), that triggers additional review steps. In addition, the authentication forbids certain combinations of decorators and access patterns.
It's not perfect, but it has saved us a few times from securing endpoints incorrectly in code.
hypeatei|1 year ago
api_or_ipa|1 year ago
duckmysick|1 year ago
> that triggers additional review steps
Is this done by some sort of a linter running in CI?