Log

description author age
mod_groups_oidc: Expose groups to OAuth clients Kim Alvefur 22 months ago
mod_oidc_userinfo_vcard4: Advertise OpenID scopes via new mechanism Kim Alvefur 22 months ago
mod_http_oauth2: Add provisions for dynamically adding simple scopes Kim Alvefur 22 months ago
mod_http_oauth2: Sort imports Kim Alvefur 22 months ago
mod_http_oauth2: Fix closing h1 tag Kim Alvefur 22 months ago
mod_auth_oauth_external: Correct docs about default scope Kim Alvefur 22 months ago
misc/lnav: Add a README with installation instructions Kim Alvefur 22 months ago
misc/lnav: Fix delimiting of timestamp in pattern Kim Alvefur 22 months ago
misc/lnav: Fix timestamp-format to be an array as per schema Kim Alvefur 22 months ago
mod_http_oauth2: Create proper template for OOB code delivery Kim Alvefur 22 months ago
mod_http_oauth2: Add an example of client registration Kim Alvefur 22 months ago
mod_http_oauth2: Document client registration requirements Kim Alvefur 22 months ago
mod_http_debug: Handle any path under /debug/* as well Kim Alvefur 22 months ago
mod_http_debug: Log some extended info about requests Kim Alvefur 22 months ago
mod_http_debug: Handle more HTTP methods Kim Alvefur 22 months ago
mod_http_debug: Add a brief README Kim Alvefur 22 months ago
mod_rest/example: Include 'application_type' in registration Kim Alvefur 22 months ago
mod_s2sout_override: Add support for Direct TLS Kim Alvefur 22 months ago
mod_s2sout_override: New module for overriding s2s connections Kim Alvefur 22 months ago
mod_pubsub_alertmanager: Support for per-path config overrides Matthew Wild 22 months ago
mod_muc_moderation: Point to new Conversations issue tracker Kim Alvefur 22 months ago
mod_invites_adhoc: Fall back to generic allow_user_invites for role-less users Matthew Wild 22 months ago
mod_invites{,_adhoc,_register}: Recommend using version included with prosody Kim Alvefur 22 months ago
mod_welcome_page: Remove dependency on mod_invites (included with Prosody) Kim Alvefur 22 months ago
mod_http_oauth2: Allow CORS for browser clients Kim Alvefur 22 months ago
mod_http_oauth2: Disable Referrer via header Kim Alvefur 22 months ago
mod_http_oauth2: Always render errors as HTML for OOB redirect URI Kim Alvefur 22 months ago
mod_http_oauth2: Use validated redirect URI when returning errors to client Kim Alvefur 22 months ago
mod_http_oauth2: Return OAuth error for authz code store error Kim Alvefur 22 months ago
mod_http_oauth2: Validate redirect_uri before using it for error redirects Kim Alvefur 22 months ago
mod_http_oauth2: Don't return redirects or HTML from token endpoint Kim Alvefur 22 months ago
mod_http_oauth2: Tweak formatting of log message Kim Alvefur 22 months ago
mod_http_oauth2: Always show early errors to user Kim Alvefur 22 months ago
mod_http_oauth2: Clarify some error messages Kim Alvefur 22 months ago
mod_http_oauth2: Use error status code when rendering error page Kim Alvefur 22 months ago
mod_http_oauth2: Add human-readable error messages Kim Alvefur 22 months ago
mod_http_oauth2: Fix returning errors from response handlers Kim Alvefur 22 months ago
mod_http_oauth2: Add a special "xmpp" scope that grants the users' default role Kim Alvefur 22 months ago
mod_http_oauth2: Add support for the OpenID 'login_hint' parameter Kim Alvefur 22 months ago
mod_http_oauth2: Note about partial OpenID Discovery implementation Kim Alvefur 22 months ago
mod_http_oauth2: Split long list line in README Kim Alvefur 22 months ago
mod_http_oauth2: Proper OAuth error for invalid redirect URI in implicit flow too Kim Alvefur 22 months ago
mod_http_oauth2: Return proper OAuth error for invalid redirect URI Kim Alvefur 22 months ago
mod_http_oauth2: Fix use of arbitrary ports in loopback redirect URIs Kim Alvefur 22 months ago
mod_http_oauth2: Add FIXME about loopback redirect URIs Kim Alvefur 22 months ago
mod_http_oauth2: Rename variables to improve clarity Kim Alvefur 22 months ago
mod_http_oauth2: Do minimal validation of private-use URI schemes Kim Alvefur 22 months ago
mod_http_oauth2: Reject relative redirect URIs Kim Alvefur 22 months ago
mod_http_oauth2: Reject duplicate list items in client registration Kim Alvefur 22 months ago
mod_http_oauth2: Require non-empty arrays in client registration Kim Alvefur 22 months ago
mod_http_oauth2: Reject duplicate redirect URIs in registration Kim Alvefur 22 months ago
mod_http_oauth2: Fix schema to enforce at least one redirect URI Kim Alvefur 22 months ago
mod_http_oauth2: Show only roles the user can use in consent dialog Kim Alvefur 22 months ago
mod_http_oauth2: Reference grant by id instead of value Kim Alvefur 22 months ago
mod_http_oauth2: Scope FIXMEs Kim Alvefur 22 months ago
mod_http_oauth2: Describe type signatures of scope handling functions Kim Alvefur 22 months ago
mod_http_oauth2: Allow requesting a subset of scopes on token refresh Kim Alvefur 22 months ago
mod_http_oauth2: Enforce client scope restrictions in authorization Kim Alvefur 22 months ago
mod_http_oauth2: Fix inclusion of role in refreshed access tokens Kim Alvefur 22 months ago
mod_http_oauth2: Fix unintentional persistence Kim Alvefur 22 months ago