Skip to content

Latest commit

 

History

History
75 lines (35 loc) · 2.75 KB

CHANGELOG.md

File metadata and controls

75 lines (35 loc) · 2.75 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

0.3.1 (2023-10-02)

Bug Fixes

  • came_from ignored after login (5cc3676)

0.3.0 (2023-06-07)

⚠ BREAKING CHANGES

  • base_url, client_id, client_secret can be set via envvar

Features

  • Added ckanext.oidc_pkce.client_secret config option (0874c3f)
  • base_url, client_id, client_secret can be set via envvar (859934f)

0.2.3 (2023-04-05)

Features

  • rewrite login response with IOidcPkce (4c1bc1f)

0.2.2 (2023-03-03)

0.2.1 (2023-03-03)

Bug Fixes

  • add config declaration to manifest (d825371)

0.2.0 (2023-03-02)

⚠ BREAKING CHANGES

  • ckan 2.10 support

Features

Bug Fixes

0.1.2 (2023-02-09)

Bug Fixes

  • case-insensitive emails (00ec591)

0.1.1 (2023-01-23)

0.1.0 (2022-11-11)

⚠ BREAKING CHANGES

  • add signals

Features