Skip to content

Commit e326a94

Browse files
authored
Merge pull request #136 from dotkernel/notes-update
Notes on separate lines
2 parents 59e12d4 + 039e0f6 commit e326a94

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/book/v6/security/oauth2-security.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ By default, the lifetimes of the `access` and `refresh` tokens are set to one da
1818
Make sure to adjust their values in accordance to your application's needs, with lower values being generally safer.
1919

2020
> If your application requires it, you can revoke user OAuth tokens before their expiration by making use of the `revokeTokens` method of `UserService`.
21+
>
2122
> Read more about the available [configuration options](https://docs.mezzio.dev/mezzio-authentication-oauth2/v1/intro/#configuration).
2223
2324
## Autogeneration of Cryptographic Keys
@@ -29,4 +30,5 @@ This process is done after each `composer update` (or `composer install` with no
2930
While hidden to the VCS by default, keep in mind not to commit any local keys.
3031

3132
> Autogeneration of keys can be disabled by simply removing the `php ./vendor/bin/generate-oauth2-keys` command from the mentioned key.
33+
>
3234
> While not related to Dotkernel API itself, do ensure that the directory containing the keys is properly secured.

0 commit comments

Comments
 (0)