Releases: workfloworchestrator/oauth2-lib
Releases · workfloworchestrator/oauth2-lib
2.3.0
2.2.0
2.1.0
What's Changed
Full Changelog: 2.0.2...2.1.0
2.0.2
What's Changed
- Add
auto_error
parameter and fix authorization bug by @torkashvand in #63
Full Changelog: 2.0.1...2.0.2
2.0.1
2.0.0
What's Changed
- Refactor OAUTH Handling for Configurable AuthN/AuthZ by @torkashvand in #61
New Contributors
- @torkashvand made their first contribution in #61
Full Changelog: 1.5.0...2.0.0
1.5.0
1.4.2
Catch runtime errors to allow submitting multipart form data
1.4.1
1.4.0
What's Changed
- Update from keycloak-support by @github-actions in #52
- This includes removal of
enabled
parameter in functions, disabling can now be achieved by setting an ENV variableOAUTH2_ACTIVE
false. - Authorization can be turned off by setting ENV variable
OAUTH2+AUTHORIZATION_ACTIVE
to false.
- This includes removal of
Full Changelog: 1.3.4...1.4.0