Skip to content

Releases: workfloworchestrator/oauth2-lib

2.3.0

24 Oct 13:54
0e3e5f4
Compare
Choose a tag to compare

What's Changed

  • HTTPBearer token is set, Auth button not shown on /api/docs by @Igoranze in #67

New Contributors

Full Changelog: 2.2.0...2.3.0

2.2.0

21 Oct 09:47
2396767
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.1.0...2.2.0

2.1.0

08 Jul 09:19
cb592da
Compare
Choose a tag to compare

What's Changed

  • Add error_type extension to Strawberry Permission classes & Drop Python 3.9/3.10 by @Mark90 in #64

Full Changelog: 2.0.2...2.1.0

2.0.2

07 Jun 13:38
7b8020a
Compare
Choose a tag to compare

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

06 Jun 08:36
79097ec
Compare
Choose a tag to compare

What's Changed

  • Call is_bypassable_request before checking for a directly passed token by @Mark90 in #62

Full Changelog: 2.0.0...2.0.1

2.0.0

06 May 07:44
9a8da31
Compare
Choose a tag to compare

What's Changed

  • Refactor OAUTH Handling for Configurable AuthN/AuthZ by @torkashvand in #61

New Contributors

Full Changelog: 1.5.0...2.0.0

1.5.0

19 Jan 10:25
ec26716
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.4.2...1.5.0

1.4.2

23 Nov 15:10
Compare
Choose a tag to compare

Catch runtime errors to allow submitting multipart form data

1.4.1

28 Sep 11:24
2575c91
Compare
Choose a tag to compare

What's Changed

  • Update from fix-optional-field-required by @github-actions in #53

Full Changelog: 1.4.0...1.4.1

1.4.0

21 Sep 15:51
36d8b37
Compare
Choose a tag to compare

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 variable OAUTH2_ACTIVE false.
    • Authorization can be turned off by setting ENV variable OAUTH2+AUTHORIZATION_ACTIVE to false.

Full Changelog: 1.3.4...1.4.0