log

age author description
22 months ago Kim Alvefur mod_http_oauth2: Require non-empty arrays in client registration
22 months ago Kim Alvefur mod_http_oauth2: Reject duplicate redirect URIs in registration
22 months ago Kim Alvefur mod_http_oauth2: Fix schema to enforce at least one redirect URI
22 months ago Kim Alvefur mod_http_oauth2: Show only roles the user can use in consent dialog
22 months ago Kim Alvefur mod_http_oauth2: Reference grant by id instead of value
23 months ago Kim Alvefur mod_http_oauth2: Scope FIXMEs
23 months ago Kim Alvefur mod_http_oauth2: Describe type signatures of scope handling functions
23 months ago Kim Alvefur mod_http_oauth2: Allow requesting a subset of scopes on token refresh
23 months ago Kim Alvefur mod_http_oauth2: Enforce client scope restrictions in authorization
23 months ago Kim Alvefur mod_http_oauth2: Fix inclusion of role in refreshed access tokens
23 months ago Kim Alvefur mod_http_oauth2: Fix unintentional persistence
23 months ago Kim Alvefur mod_auth_oauth_external: Update compatibility section with unknowns
23 months ago Kim Alvefur mod_auth_oauth_external: Also do XEP-0106 escaping in SASL OAUTHBEARER
23 months ago Kim Alvefur mod_auth_oauth_external: Stub not implemented auth module methods
23 months ago Kim Alvefur mod_auth_oauth_external: Add Mastodon to README
23 months ago Kim Alvefur mod_auth_oauth_external: Allow different username in PLAIN vs final JID
23 months ago Kim Alvefur mod_auth_oauth_external: Remove untested JID mapping
23 months ago Kim Alvefur mod_auth_oauth_external: Remove untested role mapping
23 months ago Kim Alvefur mod_auth_oauth_external: Expect XEP-0106 escaped username in PLAIN
23 months ago Kim Alvefur mod_auth_oauth_external: Make 'scope' configurable in password grant request
23 months ago Kim Alvefur mod_auth_oauth_external: Add setting for client_secret
23 months ago Kim Alvefur mod_auth_oauth_external: Work without token validation endpoint
23 months ago Kim Alvefur mod_auth_oauth_external: Fix missing import of util.jid
23 months ago Kim Alvefur mod_rest/rest.sh: Trim trailing whitespace
23 months ago Kim Alvefur mod_rest/rest.sh: Add --logout to revoke token
23 months ago Kim Alvefur mod_rest/rest.sh: Make scopes to request configurable in restrc
23 months ago Kim Alvefur mod_http_oauth2: Strip unknown scopes from consent page
23 months ago Kim Alvefur mod_http_oauth2: Simplify code with the power of first class functions
23 months ago Kim Alvefur mod_http_oauth2: More functional functions
23 months ago Kim Alvefur mod_http_oauth2: Add function for filtering roles