You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Anders Mikkelsen edited this page Dec 21, 2017
·
2 revisions
ApiKeyHandler
This simple class accepts an apikey as a parameter. When deployed as a handler it will verify if the Authorization HTTP Header contains a key starting with "APIKEY " and then check equality on the supplied key. If not equal it will fail the routingContext with a 401.