feat: manage / create API keys (#1516)
* fix: admin api UI update
* feat: admin api - create dialog UI
* feat: admin api - create + list keys
* feat: admin api localization (wip)
* feat: admin api localization
* feat: admin api - toggle state
* feat: process API keys + format gql request errors to json
Showing
This diff is collapsed.
Click to expand it.
... | @@ -114,6 +114,7 @@ | ... | @@ -114,6 +114,7 @@ |
"moment": "2.24.0", | "moment": "2.24.0", | ||
"moment-timezone": "0.5.27", | "moment-timezone": "0.5.27", | ||
"mongodb": "3.5.2", | "mongodb": "3.5.2", | ||
"ms": "2.1.2", | |||
"mssql": "6.0.1", | "mssql": "6.0.1", | ||
"multer": "1.4.2", | "multer": "1.4.2", | ||
"mysql2": "2.1.0", | "mysql2": "2.1.0", | ||
... | ... |
server/models/apiKeys.js
0 → 100644
This diff was suppressed by a .gitattributes entry.
Please
register
or
sign in
to comment