log plugins/mod_tokenauth.lua @ 13241:0419de4e4db1

age author description
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