Skip to content

Releases: stac-extensions/authentication

v1.1.0

27 May 11:41
Compare
Choose a tag to compare

Changed

  • Clarify http and extend http authorization methods #27
  • Split Authentication Flows Object into OAuth2 Flow Object and Signed URL Object
  • The JSON Schema is much stricter compared to before, actually enforcing many restrictions documented in the written spec
  • The Parameter Schemas must comply to JSON Schema draft-07 instead of OpenAPI Schema #21

Fixed

  • JSON Schema supports Catalogs
  • Fixed various other issues in the JSON Schema
  • Clarified which fields apply to which schema type
  • Clarified required fields
  • Fixed examples

Removed

  • Removed the provider-specific planetaryComputer and earthdata scheme types #32

v1.0.0

07 Nov 16:35
2be5247
Compare
Choose a tag to compare
Merge pull request #23 from AtomicMaps/formatting-fix

Formatting fixes and added responseField to authentication flow object