Renamed CheckAuthenticationMiddleware to just AuthenticationMiddleware

This commit is contained in:
Alejandro Celaya
2018-09-24 19:24:23 +02:00
parent bc46e2f509
commit e88468d867
5 changed files with 17 additions and 16 deletions

View File

@@ -27,7 +27,7 @@
"description": "A valid shlink API key",
"type": "apiKey",
"in": "header",
"name": "X-API-KEY"
"name": "X-Api-Key"
},
"Bearer": {
"description": "**[Deprecated]** The JWT identifying a previously authenticated API key",