Skip to content

Commit e3b287b

Browse files
committed
Automated deployment: Tue Oct 7 11:33:39 UTC 2025 0.5.1
1 parent 99183a8 commit e3b287b

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1229,5 +1229,5 @@ <h5 class="modal-title">Search</h5>
12291229

12301230
<!--
12311231
MkDocs version : 1.6.1
1232-
Build Date UTC : 2025-10-07 11:02:37.055587+00:00
1232+
Build Date UTC : 2025-10-07 11:33:38.239176+00:00
12331233
-->

v6/security/oauth2-security/index.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1060,17 +1060,17 @@ <h2 id="oauth-token-lifetime-and-refresh-hygiene">OAuth Token Lifetime and Refre
10601060
<p>By default, the lifetimes of the <code>access</code> and <code>refresh</code> tokens are set to one day and one month respectively.
10611061
Make sure to adjust their values in accordance to your application's needs, with lower values being generally safer.</p>
10621062
<blockquote>
1063-
<p>If your application requires it, you can revoke user OAuth tokens before their expiration by making use of the <code>revokeTokens</code> method of <code>UserService</code>.
1064-
Read more about the available <a href="https://docs.mezzio.dev/mezzio-authentication-oauth2/v1/intro/#configuration">configuration options</a>.</p>
1063+
<p>If your application requires it, you can revoke user OAuth tokens before their expiration by making use of the <code>revokeTokens</code> method of <code>UserService</code>.</p>
1064+
<p>Read more about the available <a href="https://docs.mezzio.dev/mezzio-authentication-oauth2/v1/intro/#configuration">configuration options</a>.</p>
10651065
</blockquote>
10661066
<h2 id="autogeneration-of-cryptographic-keys">Autogeneration of Cryptographic Keys</h2>
10671067
<p>Dotkernel API makes use of the <code>./vendor/bin/generate-oauth2-keys</code> command from <code>mezzio-authentication-oauth2</code> to automatically regenerate the
10681068
public/private key pair used to verify the transmitted JWTs.
10691069
This process is done after each <code>composer update</code> (or <code>composer install</code> with no lock file), as specified in <code>composer.json</code> under the <code>scripts.post-update-cmd</code> key.</p>
10701070
<p>While hidden to the VCS by default, keep in mind not to commit any local keys.</p>
10711071
<blockquote>
1072-
<p>Autogeneration of keys can be disabled by simply removing the <code>php ./vendor/bin/generate-oauth2-keys</code> command from the mentioned key.
1073-
While not related to Dotkernel API itself, do ensure that the directory containing the keys is properly secured.</p>
1072+
<p>Autogeneration of keys can be disabled by simply removing the <code>php ./vendor/bin/generate-oauth2-keys</code> command from the mentioned key.</p>
1073+
<p>While not related to Dotkernel API itself, do ensure that the directory containing the keys is properly secured.</p>
10741074
</blockquote>
10751075

10761076

0 commit comments

Comments
 (0)