Skip to content

Releases: jamesholcombe/dash-auth-external

v.1.2.1

12 May 20:11
ce29b14
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.2.0...v.1.2.1

v1.2.0

15 Jul 18:25
639e1cf
Compare
Choose a tag to compare

What's Changed

  • Add get_token_data method to main class to access arbitrary params from token response.

New Contributors

Full Changelog: v1.1.0...v1.2.0

v.1.1.0

06 Jul 22:28
f9f4fbe
Compare
Choose a tag to compare

What's Changed

Allows client secret to be passed to token endpoint, as well as arbitrary required params.

Full Changelog: v.1.0.1...v1.1.0

v1.0.0

06 Apr 20:23
16757ce
Compare
Choose a tag to compare
  • Update token storage to use flask session cookie, no server side storage of tokens.

v1.0.1

06 Apr 20:33
e1fcab3
Compare
Choose a tag to compare

Update Python requires to >=3.7

v0.3.0

04 Feb 19:02
6f780b3
Compare
Choose a tag to compare
  • Refresh Token Support
  • Flask server can be passed for custom app configuration

What's Changed

New Contributors

Full Changelog: v0.2.5...v0.3.0

0.2.4

19 Oct 23:02
45cceb2
Compare
Choose a tag to compare

What's Changed

New Contributors

  • @alonbl made their first contribution in #3

Full Changelog: v0.2.3...v0.2.4

0.2.3

11 Jan 22:24
841a89e
Compare
Choose a tag to compare

Basic tests, PKCE support finished.

0.1.0

07 Jan 00:41
7e8ae26
Compare
Choose a tag to compare

Initial working release