Skip to content

Releases: christian-hawk/auth-tdd-client

v0.4.3

13 Jan 21:06
33ff483
Compare
Choose a tag to compare

0.4.3 (2023-01-13)

Documentation

v0.4.2

07 Jan 21:17
697ec46
Compare
Choose a tag to compare

0.4.2 (2023-01-07)

Bug Fixes

  • scope: remove duplicated profile scope (#51) (d3f65e1)

v0.4.1

07 Jan 21:04
e4dea68
Compare
Choose a tag to compare

0.4.1 (2023-01-07)

Bug Fixes

  • add providerHost only if exists (5e3fc00), closes #43

v0.4.0

07 Jan 19:21
Compare
Choose a tag to compare

0.4.0 (2023-01-07)

Features

  • .flaskenv: Added flaskenv (09e0365)

Documentation

v0.3.5 - fixed log positioning

25 Sep 23:45
7099e38
Compare
Choose a tag to compare
Merge pull request #22 from christian-hawk/fix_logger

fix: fixed logger position

v0.3.4 - Fixing logs ands behaviour for dynamic reg endpoint

25 Sep 23:07
36dc54b
Compare
Choose a tag to compare
Merge pull request #21 from christian-hawk/configuration_endpoint_for…

…_client_id_secret

feat: configuration endpoint for client id and secret

v0.3.3 - fix dynamic registration

13 Sep 23:16
b8e461b
Compare
Choose a tag to compare
  • Fixed dynamic registration feature and tests

v0.3.2 - fix anti-pattern

11 Sep 20:33
7feaf61
Compare
Choose a tag to compare

Unnecessary else / elif used after return
PYL-R1705

fix: unused imports

11 Sep 20:25
9071347
Compare
Choose a tag to compare

fix: unused imports

v0.3.0 - feat: discovery and dynamic register client

11 Sep 20:21
Compare
Choose a tag to compare

Discovery and dynamic client registration enabled.