Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | mod_authz_internal, and more: New iteration of role API | Matthew Wild | 2022-08-17 | 1 | -1/+1 |
| | | | | | | | | | | | These changes to the API (hopefully the last) introduce a cleaner separation between the user's primary (default) role, and their secondary (optional) roles. To keep the code sane and reduce complexity, a data migration is needed for people using stored roles in 0.12. This can be performed with prosodyctl mod_authz_internal migrate <host> | ||||
* | mod_tokenauth: New API that better fits how modules are using token auth | Matthew Wild | 2022-07-20 | 1 | -12/+40 |
| | | | | | | This also updates the module to the new role API, and improves support for scope/role selection (currently treated as the same thing, which they almost are). | ||||
* | mod_tokenauth: Track creation time of tokens | Matthew Wild | 2020-02-28 | 1 | -0/+1 |
| | |||||
* | mod_tokenauth: Handle tokens issued to bare hosts (eg components) | Kim Alvefur | 2020-02-28 | 1 | -1/+1 |
| | |||||
* | mod_authtokens: Rename to mod_tokenauth for consistency with mod_saslauth | Matthew Wild | 2020-02-26 | 1 | -0/+81 |