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
Copy file name to clipboardExpand all lines: README.md
+10Lines changed: 10 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -60,6 +60,16 @@ Now you can specify the username and password to your API in the Swagger "API ke
60
60
The javascript that loads on the Swagger page automatically encodes the username and password and adds the authorization header to your API request.
61
61
See the official Swagger documentation about [Custom Header Parameters](https://github.com/wordnik/swagger-ui#custom-header-parameters---for-basic-auth-etc)
62
62
63
+
### API Token Authentication
64
+
65
+
If your application uses token authentication passed as a query param, you can setup Swagger to send the API token along with each request to your API:
0 commit comments