Releases: jamesholcombe/dash-auth-external
Releases · jamesholcombe/dash-auth-external
v.1.2.1
What's Changed
- fix refresh bug by @jamesholcombe in #33
- Update setup.py by @jamesholcombe in #34
Full Changelog: v1.2.0...v.1.2.1
v1.2.0
What's Changed
- Add get_token_data method to main class to access arbitrary params from token response.
- Update token.py by @subsurfaceiodev in #27
- Dev by @jamesholcombe in #28
New Contributors
- @subsurfaceiodev made their first contribution in #27
Full Changelog: v1.1.0...v1.2.0
v.1.1.0
What's Changed
- Update setup.py by @jamesholcombe in #20
- Dev by @jamesholcombe in #24
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
- Update token storage to use flask session cookie, no server side storage of tokens.
v1.0.1
Update Python requires to >=3.7
v0.3.0
- Refresh Token Support
- Flask server can be passed for custom app configuration
What's Changed
- Add more options for Flask server by @yoannspace in #12
- Fix PKCE problem by @yoannspace in #11
- Dev by @jamesholcombe in #14
New Contributors
- @yoannspace made their first contribution in #12
Full Changelog: v0.2.5...v0.3.0
0.2.4
What's Changed
- routes: do not override response headers by @alonbl in #3
- Dev by @jamesholcombe in #5
New Contributors
Full Changelog: v0.2.3...v0.2.4
0.2.3
Basic tests, PKCE support finished.
0.1.0
Initial working release