api-guard icon indicating copy to clipboard operation
api-guard copied to clipboard

No type for header

Open ghost opened this issue 7 years ago • 1 comments

Is it not possible to set a type for the Authorization header?

i.e Authorization: Bearer

ghost avatar Sep 20 '18 11:09 ghost

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.

hopeseekr avatar Oct 20 '19 15:10 hopeseekr