Mercurial > prosody-modules
log mod_http_oauth2/mod_http_oauth2.lua @ 5396:ac7c5669e5f5
age | author | description |
---|---|---|
Sun, 30 Apr 2023 17:04:55 +0200 | Kim Alvefur | mod_http_oauth2: Return status 405 for GET to endpoints without GET handler |
Sun, 30 Apr 2023 17:16:47 +0200 | Kim Alvefur | mod_http_oauth2: Allow loopback IP literals in redirect URIs |
Sun, 30 Apr 2023 16:58:53 +0200 | Kim Alvefur | mod_http_oauth2: Add way to retrieve registration schema |
Sun, 30 Apr 2023 16:42:04 +0200 | Kim Alvefur | mod_http_oauth2: Fix missing base64 part of base64url (Thanks KeyCloak) |
Sun, 30 Apr 2023 16:41:30 +0200 | Kim Alvefur | mod_http_oauth2: Fix accidental uppercase in invocation of hash function |
Sun, 30 Apr 2023 16:13:40 +0200 | Kim Alvefur | mod_http_oauth2: Advertise the currently supported id_token signing algorithm |
Sun, 30 Apr 2023 15:20:05 +0200 | Kim Alvefur | mod_http_oauth2: Specify that 'contacts' items are emails in client registration |
Sat, 29 Apr 2023 15:47:03 +0200 | Kim Alvefur | Back out 6f13200c9fc1: Confused request URI with redirect URI |