Releases: onaio/ona-oidc
Releases · onaio/ona-oidc
v1.1.3
What's Changed
- Display login screen on unrecoverable error by @ukanga in #77
- Use login URL to clear site data by @FrankApiyo in #78
Full Changelog: v1.1.2...v1.1.3
v1.1.2
v1.1.1
What's Changed
- Ensure that we use provided username and give correct error message by @FrankApiyo in #73
Full Changelog: v1.1.0...v1.1.1
v1.1.0
What's Changed
- Update username regex and more by @FrankApiyo in #68
- Add ability to check if multiple fields are unique by @FrankApiyo in #70
New Contributors
- @FrankApiyo made their first contribution in #68
Full Changelog: v1.0.4...v1.1.0
v1.0.4
v1.0.3 (2023-11-03)
What's Changed
- Make nonce cache timeout configurable by @kelvin-muchiri in #62
New Contributors
- @kelvin-muchiri made their first contribution in #62
Full Changelog: v1.0.2...v1.0.3
v1.0.2 (2023-02-10)
v1.0.1 (2022-07-08)
What's Changed
- Switch from Deprecated ugettext by @morrismukiri in #49
- Bump pyjwt from 2.3.0 to 2.4.0 by @dependabot in #50
- Gracefully handle cases where we are unable to verify the user by @DavisRayM in #54
- Bump version to 1.0.1 by @DavisRayM in #55
New Contributors
- @morrismukiri made their first contribution in #49
- @dependabot made their first contribution in #50
Full Changelog: v1.0.0...v1.0.1
v1.0.0 (2022-05-11)
- Upgrade to django v3.2.13
- Upgrade base python version to 3.9
v0.0.10 (2022-04-07)
New features and improvements
- Add functionality to use the first part of an email as a username #41
- Handle unhandled invalid signature error & clear cookie from domain on logout #42
- Add support for next query parameter #43
- Remove pyproject.toml #44
- Handle replacement of invalid characters when using the email username segment #47