django-oidc-provider/CHANGELOG.md

49 lines
946 B
Markdown
Raw Normal View History

2015-03-05 16:12:18 +00:00
# CHANGELOG
All notable changes to this project will be documented in this file.
2015-03-05 17:30:29 +00:00
### [Unreleased]
2015-03-06 17:15:54 +00:00
2015-05-07 20:16:24 +00:00
#### Fixed
- Validation of scope in UserInfo endpoint.
2015-04-22 14:53:19 +00:00
### [0.0.4] - 2015-04-22
2015-04-22 14:48:47 +00:00
#### Added
- Initial migrations.
2015-04-18 20:36:11 +00:00
##### Fixed
- Important bug with id_token when using implicit flow.
2015-04-21 18:27:02 +00:00
- Validate Code expiration in Auth Code Flow.
2015-04-21 20:29:41 +00:00
- Validate Access Token expiration in UserInfo endpoint.
2015-04-18 20:36:11 +00:00
2015-04-15 19:47:02 +00:00
### [0.0.3] - 2015-04-15
2015-03-27 18:07:49 +00:00
##### Added
- Normalize gender field in UserInfo.
2015-04-15 19:29:26 +00:00
##### Changed
- Make address_formatted a property inside UserInfo.
2015-03-31 18:45:45 +00:00
##### Fixed
- Important bug in claims response.
2015-03-25 21:11:34 +00:00
### [0.0.2] - 2015-03-26
2015-03-19 17:04:32 +00:00
##### Added
- Setting OIDC_AFTER_USERLOGIN_HOOK.
2015-03-20 15:48:46 +00:00
##### Fixed
- Tests failing because an incorrect tag in one template.
2015-03-13 20:50:24 +00:00
### [0.0.1] - 2015-03-13
2015-03-05 17:30:29 +00:00
##### Added
2015-03-05 19:49:10 +00:00
- Provider Configuration Information endpoint.
2015-03-06 17:13:56 +00:00
- Setting OIDC_IDTOKEN_SUB_GENERATOR.
2015-03-06 17:15:54 +00:00
2015-03-06 17:13:56 +00:00
##### Changed
- Now use setup in OIDC_EXTRA_SCOPE_CLAIMS setting.
2015-03-05 16:12:18 +00:00
2015-03-05 17:30:29 +00:00
### [0.0.0] - 2015-02-26