mod_tokenauth: Fix expiry lasting one second too much
|
Rémi Bardon |
3 weeks ago |
mod_tokenauth: Ignore invalid grants in storage that have no id
|
Matthew Wild |
15 months ago |
mod_tokenauth: Include more details in debug logs
|
Kim Alvefur |
15 months ago |
mod_tokenauth: Fix saving grants after clearing expired tokens
|
Kim Alvefur |
15 months ago |
mod_tokenauth: Set name/description on cleanup job
|
Kim Alvefur |
16 months ago |
mod_tokenauth: Save grant after removing expired tokens
|
Kim Alvefur |
16 months ago |
mod_tokenauth: Periodically clear out expired tokens and grants
|
Kim Alvefur |
16 months ago |
mod_tokenauth: Delete grants without tokens after period
|
Kim Alvefur |
16 months ago |
mod_tokenauth: Clear expired tokens on grant retrieval
|
Kim Alvefur |
16 months ago |
mod_tokenauth: Delete grants in the wrong formats on retrieval
|
Kim Alvefur |
16 months ago |
mod_tokenauth: Fix revoking a single token without revoking whole grant
|
Kim Alvefur |
19 months ago |
plugins: Switch to :get_option_period() for time range options
|
Kim Alvefur |
19 months ago |
mod_tokenauth: Support selection of _no_ role at all
|
Kim Alvefur |
21 months ago |
mod_tokenauth: Return error instead of session for token without role
|
Kim Alvefur |
21 months ago |
mod_tokenauth: Fix parsing binary part of tokens
|
Kim Alvefur |
22 months ago |
mod_tokenauth: Only check if expiry of expiring tokens
|
Kim Alvefur |
22 months ago |
mod_tokenauth: Add API method to revoke a grant by id
|
Matthew Wild |
23 months ago |
mod_tokenauth: Add API to inspect individual grants or all of a user's grants
|
Matthew Wild |
23 months ago |
mod_tokenauth: Move grant validation to a reusable function
|
Matthew Wild |
23 months ago |
mod_tokenauth: fix traceback if password has never been changed
|
Jonas Schäfer |
23 months ago |
mod_tokenauth: Fire events on grant creation and revocation
|
Matthew Wild |
23 months ago |
mod_tokenauth: Fix storage API mistake in revocation
|
Kim Alvefur |
23 months ago |
mod_tokenauth: Fix traceback when checking expiry of tokens with no expiry
|
Matthew Wild |
23 months ago |
mod_tokenauth: Refactor API to separate tokens and grants
|
Matthew Wild |
23 months ago |
mod_tokenauth: Support for creating sub-tokens
|
Matthew Wild |
23 months ago |
mod_tokenauth: return error if storage of new token fails
|
Matthew Wild |
23 months ago |
mod_tokenauth: Track last access time (last time a token was used)
|
Matthew Wild |
23 months ago |
plugins: Prefix module imports with prosody namespace
|
Kim Alvefur |
23 months ago |
mod_tokenauth: Fix traceback in get_token_session()
|
Kim Alvefur |
23 months ago |
mod_tokenauth: Switch to new token format (invalidates existing tokens!)
|
Matthew Wild |
23 months ago |
mod_tokenauth: Log error when token validation fails
|
Matthew Wild |
23 months ago |
util.sasl.oauthbearer: Return username from callback instead using authzid (BC)
|
Kim Alvefur |
23 months ago |
mod_tokenauth: Fix misplaced closing parenthesis
|
Kim Alvefur |
24 months ago |
mod_tokenauth: Gracefully handle missing tokens
|
Matthew Wild |
24 months ago |
mod_tokenauth: Add SASL handler backend that can accept and verify tokens
|
Matthew Wild |
24 months ago |
mod_tokenauth: Add some sanity checking of the new optional parameters
|
Matthew Wild |
24 months ago |
mod_tokenauth: Add 'purpose' constraint
|
Matthew Wild |
24 months ago |
mod_tokenauth: Allow attaching an arbitrary data table to a token
|
Matthew Wild |
2022-10-13 |
mod_tokenauth: Remove expired tokens from storage
|
Matthew Wild |
2022-10-06 |
mod_tokenauth: Invalidate tokens issued before most recent password change
|
Matthew Wild |
2022-10-06 |
mod_authz_internal, and more: New iteration of role API
|
Matthew Wild |
2022-08-17 |
mod_tokenauth: New API that better fits how modules are using token auth
|
Matthew Wild |
2022-07-20 |
mod_tokenauth: Track creation time of tokens
|
Matthew Wild |
2020-02-28 |
mod_tokenauth: Handle tokens issued to bare hosts (eg components)
|
Kim Alvefur |
2020-02-28 |
mod_authtokens: Rename to mod_tokenauth for consistency with mod_saslauth
base
plugins/mod_authtokens.lua@06b88ab89c46
|
Matthew Wild |
2020-02-26 |