Skip to content

Commit

Permalink
Fix a few typos for mod_auth_fast
Browse files Browse the repository at this point in the history
  • Loading branch information
di72nn authored and badlop committed Dec 30, 2024
1 parent 496ae50 commit ba9a1f7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions content/admin/configuration/modules.md
Original file line number Diff line number Diff line change
Expand Up @@ -180,9 +180,9 @@ mod\_auth\_fast 🟤
<!-- md:version added in [24.12](../../archive/24.12/index.md) -->


The module adds support for [XEP-0480: Fast Authentication Streamlining
The module adds support for [XEP-0484: Fast Authentication Streamlining
Tokens](https://xmpp.org/extensions/xep-0484.html) that allows users to
authenticate using self managed tokens.
authenticate using self-managed tokens.

__Available options:__

Expand All @@ -191,7 +191,7 @@ Same as top-level [default_db](toplevel.md#default_db) option, but applied to th
only.

- **token\_lifetime**: `timeout()`
Time that tokens will be keept, measured from it’s creation time.
Time that tokens will be kept, measured from it’s creation time.
Default value set to 30 days

- **token\_refresh\_age**: `timeout()`
Expand Down
6 changes: 3 additions & 3 deletions content/archive/24.12/modules.md
Original file line number Diff line number Diff line change
Expand Up @@ -180,9 +180,9 @@ mod\_auth\_fast 🟤
<!-- md:version added in [24.12](../../archive/24.12/index.md) -->


The module adds support for [XEP-0480: Fast Authentication Streamlining
The module adds support for [XEP-0484: Fast Authentication Streamlining
Tokens](https://xmpp.org/extensions/xep-0484.html) that allows users to
authenticate using self managed tokens.
authenticate using self-managed tokens.

__Available options:__

Expand All @@ -191,7 +191,7 @@ Same as top-level [default_db](toplevel.md#default_db) option, but applied to th
only.

- **token\_lifetime**: `timeout()`
Time that tokens will be keept, measured from it’s creation time.
Time that tokens will be kept, measured from it’s creation time.
Default value set to 30 days

- **token\_refresh\_age**: `timeout()`
Expand Down

0 comments on commit ba9a1f7

Please sign in to comment.