Skip to content

Commit

Permalink
Merge pull request #516 from sebadob/doc-swagger-api-key-info
Browse files Browse the repository at this point in the history
doc: hint to use API Keys for endpoint testing
  • Loading branch information
sebadob authored Jul 17, 2024
2 parents ec2923a + 26edbad commit ca3539c
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 2 deletions.
3 changes: 3 additions & 0 deletions book/src/swagger.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ For this reason, you have multiple ways of accessing the Swagger UI.
```admonish info
The UI is not meant to be used for testing out endpoints. Rauthy has way to many options and details regarding to the
authentication and it's not that simple, that the default Swagger UI can handle it, at least to my knowledge.
If you want to test certain endpoints, I suggest you <b>create an API Key</b> for that case, which you can use with any tool
you like.
```

## External Access
Expand Down
2 changes: 2 additions & 0 deletions docs/print.html
Original file line number Diff line number Diff line change
Expand Up @@ -4088,6 +4088,8 @@ <h2 id="advanced-client-json-document"><a class="header" href="#advanced-client-
<div>
<p>The UI is not meant to be used for testing out endpoints. Rauthy has way to many options and details regarding to the
authentication and it's not that simple, that the default Swagger UI can handle it, at least to my knowledge.</p>
<p>If you want to test certain endpoints, I suggest you <b>create an API Key</b> for that case, which you can use with any tool
you like.</p>
</div>
</div>
<h2 id="external-access"><a class="header" href="#external-access">External Access</a></h2>
Expand Down
2 changes: 1 addition & 1 deletion docs/searchindex.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/searchindex.json

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions docs/swagger.html
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,8 @@ <h1 id="swagger-ui"><a class="header" href="#swagger-ui">Swagger UI</a></h1>
<div>
<p>The UI is not meant to be used for testing out endpoints. Rauthy has way to many options and details regarding to the
authentication and it's not that simple, that the default Swagger UI can handle it, at least to my knowledge.</p>
<p>If you want to test certain endpoints, I suggest you <b>create an API Key</b> for that case, which you can use with any tool
you like.</p>
</div>
</div>
<h2 id="external-access"><a class="header" href="#external-access">External Access</a></h2>
Expand Down

0 comments on commit ca3539c

Please sign in to comment.