Skip to content

Commit

Permalink
Deployed 992aeba with MkDocs version: 1.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
mshuber1981 committed Dec 21, 2023
1 parent 15af7b5 commit e432562
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion functions/auth/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -702,7 +702,7 @@ <h1 id="oauth2-tokens">Oauth2 Tokens<a class="headerlink" href="#oauth2-tokens"
</span><span id="__span-0-11"><span class="c1">// =&gt; { &quot;access_token&quot;: &quot;...&quot;, &quot;expires_in&quot;: 900, ... }</span>
</span></code></pre></div>
<h2 id="example-axios-oauth-client-usage">Example axios-oauth-client usage<a class="headerlink" href="#example-axios-oauth-client-usage" title="Permanent link">&para;</a></h2>
<p><a href="https://github.com/mshuber1981/work-life/blob/main/utils/auth.js#L30">auth.js line 31</a></p>
<p><a href="https://github.com/mshuber1981/work-life/blob/main/utils/auth.js#L30">auth.js line 30</a></p>
<div class="language-javascript highlight"><pre><span></span><code><span id="__span-1-1"><span class="c1">// Client Credentials grant - https://github.com/compwright/axios-oauth-client#client-credentials-grant</span>
</span><span id="__span-1-2"><span class="kd">const</span><span class="w"> </span><span class="nx">getAuth</span><span class="w"> </span><span class="o">=</span><span class="w"> </span><span class="nx">oauth</span><span class="p">.</span><span class="nx">clientCredentials</span><span class="p">(</span>
</span><span id="__span-1-3"><span class="w"> </span><span class="nx">axios</span><span class="p">.</span><span class="nx">create</span><span class="p">(),</span>
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -711,7 +711,7 @@ <h2 id="requirements">Requirements<a class="headerlink" href="#requirements" tit
<p><a href="https://github.com/motdotla/dotenv">.env file</a> - I am using a local .env file to access sensitive info like API URLs</p>
</li>
<li>
<p><a href="https://developer.hashicorp.com/vault/downloads">Vault</a> - I am using the Vault CLI to access secrets for API calls (<a href="https://github.com/mshuber1981/work-life/blob/main/utils/auth.js#L12">example</a>)</p>
<p><a href="https://developer.hashicorp.com/vault/downloads">Vault</a> - I am using the Vault CLI to access secrets for API calls (<a href="https://github.com/mshuber1981/work-life/blob/main/utils/auth.js#L12">auth.js line 30</a>)</p>
</li>
<li>
<p><a href="https://cloud.google.com/sdk/docs/install#mac">Google Cloud</a> - I am using the gcloud CLI to authenticate and access BigQuery</p>
Expand Down
2 changes: 1 addition & 1 deletion search/search_index.json

Large diffs are not rendered by default.

Binary file modified sitemap.xml.gz
Binary file not shown.

0 comments on commit e432562

Please sign in to comment.