Mercurial > prosody-modules
view mod_audit_register/README.md @ 5633:dd2079b3dec6
mod_http_oauth2: Allow omitting application type for native apps
This derives "application_type":"native" from the first redirect URI
when registering a client, so that it can be omitted without the default
value of "web" causing the very same redirect URIs to be rejected.
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Wed, 16 Aug 2023 23:56:40 +0200 |
parents | 530d116b7f68 |
children |
line wrap: on
line source
--- summary: Store registration events in the audit log rockspec: dependencies: - mod_audit ... This module stores successful user registrations in the audit log provided by `mod_audit`.