1. 15 5月, 2020 1 次提交
  2. 08 5月, 2020 1 次提交
  3. 25 4月, 2020 1 次提交
  4. 24 4月, 2020 2 次提交
  5. 05 4月, 2020 1 次提交
  6. 19 3月, 2020 2 次提交
  7. 17 3月, 2020 1 次提交
  8. 13 3月, 2020 1 次提交
  9. 12 3月, 2020 1 次提交
  10. 09 3月, 2020 3 次提交
  11. 18 1月, 2020 2 次提交
  12. 05 1月, 2020 2 次提交
  13. 18 11月, 2019 2 次提交
  14. 05 11月, 2019 1 次提交
  15. 04 11月, 2019 16 次提交
  16. 12 10月, 2019 2 次提交
  17. 08 10月, 2019 1 次提交
    • P
      feat: add PKCE support for OAuth2 Authorization Code flows (#5361) · 139592e3
      poveilleux 提交于
      * Add PKCE support.
      
      * Fix tests
      
      * Update oauth2.md
      
      * Rename usePkce
      
      * Fix the BrokenComponent error
      
      * Update oauth2.md
      
      * Remove isCode variable. Remove uuid4 dependency.
      
      * Remove utils functions
      
      * Import crypto
      
      * Fix tests
      
      * Fix the tests
      
      * Cleanup
      
      * Fix code_challenge generation
      
      * Move code challenge and verifier to utils for mocks. Update tests.
      
      * Mock the PKCE methods in the utils file properly.
      
      * Add missing expect
      
      * use target-method spies
      
      * Add comments to explain test values.
      
      * Get rid of jsrsasign.
      139592e3