plugins/mod_tokenauth.lua
Wed, 29 Nov 2023 17:51:34 +0000 Matthew Wild mod_tokenauth: Ignore invalid grants in storage that have no id
Sun, 12 Nov 2023 00:33:57 +0100 Kim Alvefur mod_tokenauth: Include more details in debug logs
Sun, 05 Nov 2023 16:10:40 +0100 Kim Alvefur mod_tokenauth: Fix saving grants after clearing expired tokens
Sat, 21 Oct 2023 12:56:39 +0200 Kim Alvefur mod_tokenauth: Set name/description on cleanup job
Sat, 21 Oct 2023 12:33:55 +0200 Kim Alvefur mod_tokenauth: Save grant after removing expired tokens
Mon, 09 Oct 2023 20:31:35 +0200 Kim Alvefur mod_tokenauth: Periodically clear out expired tokens and grants
Mon, 16 Oct 2023 23:51:52 +0200 Kim Alvefur mod_tokenauth: Delete grants without tokens after period
Mon, 09 Oct 2023 20:28:37 +0200 Kim Alvefur mod_tokenauth: Clear expired tokens on grant retrieval
Mon, 09 Oct 2023 20:26:30 +0200 Kim Alvefur mod_tokenauth: Delete grants in the wrong formats on retrieval
Sun, 23 Jul 2023 02:54:49 +0200 Kim Alvefur mod_tokenauth: Fix revoking a single token without revoking whole grant
Sun, 16 Jul 2023 20:49:33 +0200 Kim Alvefur plugins: Switch to :get_option_period() for time range options
Sun, 07 May 2023 20:34:07 +0200 Kim Alvefur mod_tokenauth: Support selection of _no_ role at all
Sun, 07 May 2023 20:33:03 +0200 Kim Alvefur mod_tokenauth: Return error instead of session for token without role
Wed, 12 Apr 2023 11:43:32 +0200 Kim Alvefur mod_tokenauth: Fix parsing binary part of tokens
Wed, 12 Apr 2023 10:21:32 +0200 Kim Alvefur mod_tokenauth: Only check if expiry of expiring tokens
Wed, 05 Apr 2023 15:33:56 +0100 Matthew Wild mod_tokenauth: Add API method to revoke a grant by id
Wed, 29 Mar 2023 17:15:33 +0100 Matthew Wild mod_tokenauth: Add API to inspect individual grants or all of a user's grants
Wed, 29 Mar 2023 17:14:45 +0100 Matthew Wild mod_tokenauth: Move grant validation to a reusable function
Tue, 28 Mar 2023 21:25:54 +0200 Jonas Schäfer mod_tokenauth: fix traceback if password has never been changed
Tue, 28 Mar 2023 10:43:09 +0100 Matthew Wild mod_tokenauth: Fire events on grant creation and revocation
Tue, 28 Mar 2023 00:30:18 +0200 Kim Alvefur mod_tokenauth: Fix storage API mistake in revocation
Mon, 27 Mar 2023 20:51:07 +0100 Matthew Wild mod_tokenauth: Fix traceback when checking expiry of tokens with no expiry
Mon, 27 Mar 2023 18:35:57 +0100 Matthew Wild mod_tokenauth: Refactor API to separate tokens and grants
Sun, 26 Mar 2023 16:46:48 +0100 Matthew Wild mod_tokenauth: Support for creating sub-tokens
Sun, 26 Mar 2023 15:53:27 +0100 Matthew Wild mod_tokenauth: return error if storage of new token fails
Fri, 24 Mar 2023 12:59:47 +0000 Matthew Wild mod_tokenauth: Track last access time (last time a token was used)
Fri, 24 Mar 2023 13:15:28 +0100 Kim Alvefur plugins: Prefix module imports with prosody namespace
Tue, 21 Mar 2023 20:43:42 +0100 Kim Alvefur mod_tokenauth: Fix traceback in get_token_session()
Tue, 21 Mar 2023 14:33:29 +0000 Matthew Wild mod_tokenauth: Switch to new token format (invalidates existing tokens!)
Tue, 21 Mar 2023 14:04:39 +0000 Matthew Wild mod_tokenauth: Log error when token validation fails
Thu, 16 Mar 2023 12:18:23 +0100 Kim Alvefur util.sasl.oauthbearer: Return username from callback instead using authzid (BC)
Thu, 02 Mar 2023 22:34:29 +0100 Kim Alvefur mod_tokenauth: Fix misplaced closing parenthesis
Wed, 01 Mar 2023 18:43:54 +0000 Matthew Wild mod_tokenauth: Gracefully handle missing tokens
Wed, 01 Mar 2023 13:04:36 +0000 Matthew Wild mod_tokenauth: Add SASL handler backend that can accept and verify tokens
Wed, 01 Mar 2023 13:02:51 +0000 Matthew Wild mod_tokenauth: Add some sanity checking of the new optional parameters
Wed, 01 Mar 2023 13:01:21 +0000 Matthew Wild mod_tokenauth: Add 'purpose' constraint
Thu, 13 Oct 2022 22:46:19 +0100 Matthew Wild mod_tokenauth: Allow attaching an arbitrary data table to a token
Thu, 06 Oct 2022 16:00:39 +0100 Matthew Wild mod_tokenauth: Remove expired tokens from storage
Thu, 06 Oct 2022 15:59:07 +0100 Matthew Wild mod_tokenauth: Invalidate tokens issued before most recent password change
Wed, 17 Aug 2022 16:38:53 +0100 Matthew Wild mod_authz_internal, and more: New iteration of role API
Wed, 20 Jul 2022 10:52:17 +0100 Matthew Wild mod_tokenauth: New API that better fits how modules are using token auth
Fri, 28 Feb 2020 21:55:40 +0000 Matthew Wild mod_tokenauth: Track creation time of tokens
Fri, 28 Feb 2020 14:13:04 +0100 Kim Alvefur mod_tokenauth: Handle tokens issued to bare hosts (eg components)
Wed, 26 Feb 2020 22:46:15 +0000 Matthew Wild mod_authtokens: Rename to mod_tokenauth for consistency with mod_saslauth
less more (0) tip