what is usecase for this package?
Opened this issue · 1 comments
encryptblockr commented
Am not sure i understand the usecase for this package
is this to let all users on an app have same API key???
what happens to x-api-key and x-secret-key combo that other apis use for user api key authentication?
ekaputra07 commented
what is usecase for this package?
Simple API key protection for your endpoint. This is not maintained anymore.
I don't know about x-api-key and x-secret-key you're talking about (sounds like OAuth stuff), at the time this package is written, there are no libraries for SIMPLE API key validation for Fiber, so I created one.