aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/mod_tokenauth.lua
Commit message (Expand)AuthorAgeFilesLines
* mod_tokenauth: Fix traceback in get_token_session()Kim Alvefur2023-03-211-2/+2
* mod_tokenauth: Switch to new token format (invalidates existing tokens!)Matthew Wild2023-03-211-14/+35
* mod_tokenauth: Log error when token validation failsMatthew Wild2023-03-211-0/+3
* util.sasl.oauthbearer: Return username from callback instead using authzid (BC)Kim Alvefur2023-03-161-5/+7
* mod_tokenauth: Fix misplaced closing parenthesisKim Alvefur2023-03-021-1/+1
* mod_tokenauth: Gracefully handle missing tokensMatthew Wild2023-03-011-0/+1
* mod_tokenauth: Add SASL handler backend that can accept and verify tokensMatthew Wild2023-03-011-0/+18
* mod_tokenauth: Add some sanity checking of the new optional parametersMatthew Wild2023-03-011-0/+4
* mod_tokenauth: Add 'purpose' constraintMatthew Wild2023-03-011-1/+2
* mod_tokenauth: Allow attaching an arbitrary data table to a tokenMatthew Wild2022-10-131-1/+2
* mod_tokenauth: Remove expired tokens from storageMatthew Wild2022-10-061-0/+2
* mod_tokenauth: Invalidate tokens issued before most recent password changeMatthew Wild2022-10-061-0/+6
* mod_authz_internal, and more: New iteration of role APIMatthew Wild2022-08-171-1/+1
* mod_tokenauth: New API that better fits how modules are using token authMatthew Wild2022-07-201-12/+40
* mod_tokenauth: Track creation time of tokensMatthew Wild2020-02-281-0/+1
* mod_tokenauth: Handle tokens issued to bare hosts (eg components)Kim Alvefur2020-02-281-1/+1
* mod_authtokens: Rename to mod_tokenauth for consistency with mod_saslauthMatthew Wild2020-02-261-0/+81