Skip to content
  1. Mar 29, 2020
  2. Mar 18, 2020
  3. Mar 16, 2020
  4. Mar 14, 2020
  5. Mar 08, 2020
  6. Mar 04, 2020
    • Jordan Crawford's avatar
      Support the PreferEmailToUser option on PassUserHeaders · 4cd43ef3
      Jordan Crawford authored
      Previously in #401, an option was added to support forwarding the email
      address as the username to the upstream service when the PassBasicAuth
      option is used.
      
      The PassBasicAuth option is not appropriate for all users, with PassUserHeaders
      allowing very similar functionality without specifying a basic auth headers.
      
      The PreferEmailToUser option has been expanded to support the PassUserHeaders
      option.
      4cd43ef3
  7. Mar 02, 2020
  8. Mar 01, 2020
  9. Feb 29, 2020
  10. Feb 28, 2020
  11. Feb 24, 2020
  12. Feb 19, 2020
  13. Feb 17, 2020
  14. Feb 15, 2020
  15. Feb 07, 2020
    • Ben Letton's avatar
      Support optional id_tokens in refresh responses (#335) · 10adb5c5
      Ben Letton authored
      
      
      * OIDC Token Refresh works without id_tokens
      
      Addresses https://github.com/pusher/oauth2_proxy/issues/318
      
      Refactoring the OIDC provider so that the refresh process works when there are
      no id_tokens present in the response. Added unit tests to the oidc_test.go to prove
      the redeem and refresh still work.
      
      The expiry time of the session is now taken from the outh token expiry and not
      the id_token (preventing stale access_tokens in sessions).
      
      * Refactoring the to use a KeySetStub in the oidc_test.go. This allows the
      elimination of the slightly contrived function passing elements used
      previously. (This change is being applied to address the bug #318)
      
      * Changes as per the PR comments and preparing for 5.x release
      
      * Fixup changelog
      
      Co-authored-by: default avatarJoel Speed <Joel.speed@hotmail.co.uk>
      10adb5c5
    • Yan Yao's avatar
      Extension of Redis Session Store to Support Redis Cluster (#363) · 18d20364
      Yan Yao authored
      
      
      * Extend the redis session store to support redis cluster
      
      * rename function newRedisClient to newRedisCmdable
      
      * update docs about redis cluster as session store
      
      * update autocomplete script with redis cluster options
      
      * add check about conflict between option redis-use-sentinel and redis-use-cluster
      
      * update change log
      
      * Update docs/configuration/sessions.md
      
      Co-Authored-By: default avatarJoel Speed <Joel.speed@hotmail.co.uk>
      
      * Update pkg/sessions/redis/redis_store.go
      
      Co-Authored-By: default avatarJoel Speed <Joel.speed@hotmail.co.uk>
      
      * add the dropped option back
      
      Co-authored-by: default avatarJoel Speed <Joel.speed@hotmail.co.uk>
      18d20364
  16. Feb 06, 2020
  17. Feb 03, 2020
  18. Jan 31, 2020
  19. Jan 29, 2020