File

mod_lib_ldap/dev/t/XMPP/TestUtils.pm @ 5651: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 (23 months ago)
parent 809:1d51c5e38faa
line wrap: on
line source
package XMPP::TestUtils;

use strict;
use warnings;

1;