Annotate
mod_smacks_offline/README.markdown @ 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 |
parent |
3938:3f4df08dce14 |
rev |
line source |
3938
|
1 ---
|
|
2 labels:
|
|
3 - 'Stage-Alpha'
|
|
4 summary: Module deprecated, just use mod_smacks
|
|
5 ...
|
|
6
|
|
7 Introduction
|
|
8 ============
|
|
9
|
|
10 This module is deprecated and superseded by mod_smacks.
|