Skip to content

Commit

Permalink
Merge pull request #22 from lsst-sqre/tickets/DM-30871
Browse files Browse the repository at this point in the history
DM-30871: Add documentation for x-oauth-basic username.
  • Loading branch information
jonathansick authored Jun 24, 2021
2 parents d770281 + b2227a9 commit c23fbe5
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion pages/api-aspect.js
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,12 @@ export default function ApiAspectPage({ publicRuntimeConfig }) {
</li>
</ol>
</li>
<li>Copy the token string and use it in any TAP client.</li>
<li>
Copy the token string and use it in any TAP client. If your client
has both username and password fields, enter{' '}
<code>x-oauth-basic</code> as the username and the token as the
password.
</li>
</ol>
</p>
</>
Expand Down

0 comments on commit c23fbe5

Please sign in to comment.