1. 12 10月, 2019 1 次提交
  2. 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
  3. 02 10月, 2019 1 次提交
  4. 01 10月, 2019 1 次提交
  5. 28 9月, 2019 8 次提交
  6. 21 9月, 2019 1 次提交
  7. 16 9月, 2019 1 次提交
  8. 10 9月, 2019 1 次提交
  9. 03 9月, 2019 1 次提交
  10. 01 9月, 2019 2 次提交
    • S
      release: v3.23.7 · 7b737f60
      swaggerhub-bot 提交于
      7b737f60
    • K
      feature: support for `Parameter.content` (#5571) · c9c3b233
      kyle 提交于
      * add `getParameterSchema` OAS helper
      
      * use `Parameter.content.[firstKey].schema` as schema value when present
      
      * `newValue` -> `initialValue`
      
      * make `paramWithMeta` a const
      
      * add trailing comma to `swagger2SchemaKeys`
      
      * refactor `helpers` to a folder
      
      * deprecate `src/core/utils.js` in favor of `src/core/helpers/`
      
      * support `Parameter.content.[mediaType].schema` in validateParam
      
      * reject `null` as an OAS3 object value
      
      * expose Fetch errors in the browser console
      
      * generate ParameterRow default values based on `content` values
      
      * add tests for `getParameterSchema`
      
      * remove debugger statement
      
      * remove debugger statement
      
      * don't apply `generatedSampleValue`s to parameters with `examples`
      
      * remove extra semi
      
      * disable JSON check in parameter runtime validation
      
      * stringify JsonSchema_object textarea values
      
      * add Cypress tests
      
      * swagger-client@3.9.4
      c9c3b233
  11. 27 8月, 2019 1 次提交
  12. 24 8月, 2019 9 次提交
  13. 23 8月, 2019 10 次提交
  14. 21 8月, 2019 1 次提交
  15. 10 8月, 2019 1 次提交