Log

plugins/mod_tokenauth.lua @ 13270:14bbfb2cc8dd default tip

description author age
mod_tokenauth: Fix revoking a single token without revoking whole grant Kim Alvefur Sun, 23 Jul 2023 02:54:49 +0200
plugins: Switch to :get_option_period() for time range options Kim Alvefur Sun, 16 Jul 2023 20:49:33 +0200
mod_tokenauth: Support selection of _no_ role at all Kim Alvefur Sun, 07 May 2023 20:34:07 +0200
mod_tokenauth: Return error instead of session for token without role Kim Alvefur Sun, 07 May 2023 20:33:03 +0200
mod_tokenauth: Fix parsing binary part of tokens Kim Alvefur Wed, 12 Apr 2023 11:43:32 +0200
mod_tokenauth: Only check if expiry of expiring tokens Kim Alvefur Wed, 12 Apr 2023 10:21:32 +0200
mod_tokenauth: Add API method to revoke a grant by id Matthew Wild Wed, 05 Apr 2023 15:33:56 +0100
mod_tokenauth: Add API to inspect individual grants or all of a user's grants Matthew Wild Wed, 29 Mar 2023 17:15:33 +0100
mod_tokenauth: Move grant validation to a reusable function Matthew Wild Wed, 29 Mar 2023 17:14:45 +0100
mod_tokenauth: fix traceback if password has never been changed Jonas Schäfer Tue, 28 Mar 2023 21:25:54 +0200
mod_tokenauth: Fire events on grant creation and revocation Matthew Wild Tue, 28 Mar 2023 10:43:09 +0100
mod_tokenauth: Fix storage API mistake in revocation Kim Alvefur Tue, 28 Mar 2023 00:30:18 +0200
mod_tokenauth: Fix traceback when checking expiry of tokens with no expiry Matthew Wild Mon, 27 Mar 2023 20:51:07 +0100
mod_tokenauth: Refactor API to separate tokens and grants Matthew Wild Mon, 27 Mar 2023 18:35:57 +0100
mod_tokenauth: Support for creating sub-tokens Matthew Wild Sun, 26 Mar 2023 16:46:48 +0100
mod_tokenauth: return error if storage of new token fails Matthew Wild Sun, 26 Mar 2023 15:53:27 +0100
mod_tokenauth: Track last access time (last time a token was used) Matthew Wild Fri, 24 Mar 2023 12:59:47 +0000
plugins: Prefix module imports with prosody namespace Kim Alvefur Fri, 24 Mar 2023 13:15:28 +0100
mod_tokenauth: Fix traceback in get_token_session() Kim Alvefur Tue, 21 Mar 2023 20:43:42 +0100
mod_tokenauth: Switch to new token format (invalidates existing tokens!) Matthew Wild Tue, 21 Mar 2023 14:33:29 +0000
mod_tokenauth: Log error when token validation fails Matthew Wild Tue, 21 Mar 2023 14:04:39 +0000
util.sasl.oauthbearer: Return username from callback instead using authzid (BC) Kim Alvefur Thu, 16 Mar 2023 12:18:23 +0100
mod_tokenauth: Fix misplaced closing parenthesis Kim Alvefur Thu, 02 Mar 2023 22:34:29 +0100
mod_tokenauth: Gracefully handle missing tokens Matthew Wild Wed, 01 Mar 2023 18:43:54 +0000