mod_http_oauth2: Fix schema to enforce at least one redirect URI
|
Kim Alvefur |
23 months ago |
mod_http_oauth2: Show only roles the user can use in consent dialog
|
Kim Alvefur |
23 months ago |
mod_http_oauth2: Reference grant by id instead of value
|
Kim Alvefur |
23 months ago |
mod_http_oauth2: Scope FIXMEs
|
Kim Alvefur |
23 months ago |
mod_http_oauth2: Describe type signatures of scope handling functions
|
Kim Alvefur |
23 months ago |
mod_http_oauth2: Allow requesting a subset of scopes on token refresh
|
Kim Alvefur |
23 months ago |
mod_http_oauth2: Enforce client scope restrictions in authorization
|
Kim Alvefur |
23 months ago |
mod_http_oauth2: Fix inclusion of role in refreshed access tokens
|
Kim Alvefur |
23 months ago |
mod_http_oauth2: Fix unintentional persistence
|
Kim Alvefur |
23 months ago |
mod_auth_oauth_external: Update compatibility section with unknowns
|
Kim Alvefur |
23 months ago |
mod_auth_oauth_external: Also do XEP-0106 escaping in SASL OAUTHBEARER
|
Kim Alvefur |
23 months ago |
mod_auth_oauth_external: Stub not implemented auth module methods
|
Kim Alvefur |
23 months ago |
mod_auth_oauth_external: Add Mastodon to README
|
Kim Alvefur |
23 months ago |
mod_auth_oauth_external: Allow different username in PLAIN vs final JID
|
Kim Alvefur |
23 months ago |
mod_auth_oauth_external: Remove untested JID mapping
|
Kim Alvefur |
23 months ago |
mod_auth_oauth_external: Remove untested role mapping
|
Kim Alvefur |
23 months ago |
mod_auth_oauth_external: Expect XEP-0106 escaped username in PLAIN
|
Kim Alvefur |
23 months ago |
mod_auth_oauth_external: Make 'scope' configurable in password grant request
|
Kim Alvefur |
23 months ago |
mod_auth_oauth_external: Add setting for client_secret
|
Kim Alvefur |
24 months ago |
mod_auth_oauth_external: Work without token validation endpoint
|
Kim Alvefur |
24 months ago |
mod_auth_oauth_external: Fix missing import of util.jid
|
Kim Alvefur |
24 months ago |
mod_rest/rest.sh: Trim trailing whitespace
|
Kim Alvefur |
24 months ago |
mod_rest/rest.sh: Add --logout to revoke token
|
Kim Alvefur |
24 months ago |
mod_rest/rest.sh: Make scopes to request configurable in restrc
|
Kim Alvefur |
24 months ago |
mod_http_oauth2: Strip unknown scopes from consent page
|
Kim Alvefur |
24 months ago |
mod_http_oauth2: Simplify code with the power of first class functions
|
Kim Alvefur |
24 months ago |
mod_http_oauth2: More functional functions
|
Kim Alvefur |
24 months ago |
mod_http_oauth2: Add function for filtering roles
|
Kim Alvefur |
24 months ago |
mod_http_oauth2: Support granting zero role-scopes
|
Kim Alvefur |
24 months ago |
mod_http_oauth2: Revert role selector, going to try something else
|
Kim Alvefur |
24 months ago |
mod_http_oauth2: Include all granted roles in scopes
|
Kim Alvefur |
24 months ago |
mod_block_registrations: Refresh Compatibility section
|
Kim Alvefur |
24 months ago |
mod_block_registrations: Update description expansion of default list
|
Kim Alvefur |
24 months ago |
mod_http_oauth2: Bail out of implicit flow on invalid or missing redirect
|
Kim Alvefur |
24 months ago |
mod_http_oauth2: Fix error if no scopes requested
|
Kim Alvefur |
24 months ago |
mod_http_oauth2: Add role selector to consent page
|
Kim Alvefur |
24 months ago |
mod_http_oauth2: Refactor scope handling into smaller functions
|
Kim Alvefur |
24 months ago |
mod_http_oauth2: Add option for specifying TTL of registered clients
|
Kim Alvefur |
24 months ago |
mod_strict_https: Add way to disable redirect
|
Kim Alvefur |
24 months ago |
mod_strict_https: Refresh README
|
Kim Alvefur |
24 months ago |
mod_prometheus: Wrap pointer to mod_http_openmetrics in a box
|
Kim Alvefur |
24 months ago |
mod_listusers: Obsolete, suggest prosodyctl shell instead
|
Kim Alvefur |
24 months ago |
mod_strict_https: Update to use modern APIs instead of monkey patching
|
Kim Alvefur |
24 months ago |
mod_http_oauth2: Link to RFC 7009: OAuth 2.0 Token Revocation
|
Kim Alvefur |
24 months ago |
mod_http_oauth2: Add service documentation URL to metadata
|
Kim Alvefur |
24 months ago |
mod_http_oauth2: Allow configuring links to policy and terms in metadata
|
Kim Alvefur |
24 months ago |
mod_http_oauth2: Don't issue client_secret when not using authentication
|
Kim Alvefur |
24 months ago |
mod_http_oauth2: Validate consistency of response and grant types
|
Kim Alvefur |
24 months ago |
mod_http_oauth2: Enforce response type encoded in client_id
|
Kim Alvefur |
24 months ago |
mod_http_oauth2: Strip unknown extra fields from client registration
|
Kim Alvefur |
24 months ago |
mod_http_oauth2: Simplify validation of various URIs
|
Kim Alvefur |
24 months ago |
mod_http_oauth2: More appropriate error conditions in client validation
|
Kim Alvefur |
24 months ago |
mod_http_oauth2: Reject loopback URIs as client_uri
|
Kim Alvefur |
24 months ago |
mod_http_oauth2: Reduce line count of metadata construction
|
Kim Alvefur |
24 months ago |
mod_http_oauth2: Advertise response modes
|
Kim Alvefur |
24 months ago |
mod_http_oauth2: Advertise supported grant types
|
Kim Alvefur |
24 months ago |
mod_http_oauth2: Advertise revocation endpoint in metadata
|
Kim Alvefur |
24 months ago |
mod_http_oauth2: Return status 405 for GET to endpoints without GET handler
|
Kim Alvefur |
24 months ago |
mod_inotify_reload: Update to use FD watching method
|
Kim Alvefur |
24 months ago |
mod_http_oauth2: Allow loopback IP literals in redirect URIs
|
Kim Alvefur |
24 months ago |