25 lines
528 B
Markdown
25 lines
528 B
Markdown
# CHANGE LOG
|
|
|
|
## Version 1.0.8 (2024-02-01)
|
|
|
|
- add support for UPDATE_USER_ON_LOGIN flag
|
|
|
|
## Version 1.0.7 (2023-08-12)
|
|
|
|
- match version requirements in pyproject.toml to those in requirements/stable-psa.txt
|
|
|
|
## Version 1.0.6 (2022-12-20)
|
|
|
|
- standardize usage of python3 in Makefile
|
|
|
|
## Version 1.0.5 (2022-12-20)
|
|
|
|
- version bumps
|
|
|
|
## Version 1.0.4 (2022-11-09)
|
|
|
|
- add property for URL
|
|
- add class variables for PATH, AUTHORIZATION_ENDPOINT, TOKEN_ENDPOINT, USERINFO_ENDPOINT
|
|
- switch to urllib.parse urljoin()
|
|
- add a Makefile
|