api-guard
api-guard copied to clipboard
No type for header
Is it not possible to set a type for the Authorization header?
i.e Authorization: Bearer
From what I've seen of this project, it's only a key, not a token and it definitely doesn't provide anything like bearer rights.
The industry standard is to use the header X-API-Token, but this project decided to be different in that, too.