1 parent 5715956 commit 2fe1b3cCopy full SHA for 2fe1b3c
1 file changed
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "hapi-auth-api-key",
3
- "version": "1.0.5",
+ "version": "1.0.6",
4
"description": "API Key authentication strategy for Hapi.js",
5
"main": "dist/index.js",
6
"types": "dist/index.d.ts",
@@ -23,8 +23,12 @@
23
"keywords": [
24
"hapi",
25
"hapi.js",
26
+ "auth",
27
"authentication",
- "api key"
28
+ "api key",
29
+ "plugin",
30
+ "hapi plugin",
31
+ "scheme"
32
],
33
"author": "John Watson",
34
"license": "MIT",
0 commit comments