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-07-21 15:30:20 +00:00
|
|
|
##### Changed
|
|
|
|
- Use models setting instead of User.
|
|
|
|
|
2015-07-17 14:56:39 +00:00
|
|
|
### [0.1.0] - 2015-07-17
|
|
|
|
|
|
|
|
##### Added
|
|
|
|
- Now id tokens are signed/encrypted with RS256.
|
|
|
|
- Command for easily generate random RSA key.
|
|
|
|
- Jwks uri to discovery endpoint.
|
|
|
|
- id_token_signing_alg_values_supported to discovery endpoint.
|
|
|
|
|
2015-07-16 19:44:23 +00:00
|
|
|
##### Fixed
|
|
|
|
- Nonce support for both Code and Implicit flow.
|
|
|
|
|
2015-07-06 21:29:29 +00:00
|
|
|
### [0.0.7] - 2015-07-06
|
|
|
|
|
2015-06-22 21:41:07 +00:00
|
|
|
##### Added
|
2015-07-01 20:33:46 +00:00
|
|
|
- Support for Python 3.
|
2015-06-24 15:40:00 +00:00
|
|
|
- Way of remember user consent and skipt it (OIDC_SKIP_CONSENT_ENABLE).
|
|
|
|
- Setting OIDC_SKIP_CONSENT_EXPIRE.
|
2015-06-22 21:41:07 +00:00
|
|
|
|
2015-06-19 18:21:35 +00:00
|
|
|
##### Changed
|
|
|
|
- Now OIDC_EXTRA_SCOPE_CLAIMS must be a string, to be lazy imported.
|
|
|
|
|
2015-06-16 19:10:39 +00:00
|
|
|
### [0.0.6] - 2015-06-16
|
|
|
|
|
|
|
|
##### Added
|
2015-06-01 22:20:17 +00:00
|
|
|
- Better naming for models in the admin.
|
|
|
|
|
2015-06-16 19:10:39 +00:00
|
|
|
##### Changed
|
|
|
|
- Now tests run without the need of a project configured.
|
|
|
|
|
|
|
|
##### Fixed
|
|
|
|
- Error when returning address_formatted claim.
|
|
|
|
|
2015-05-08 18:53:59 +00:00
|
|
|
### [0.0.5] - 2015-05-09
|
|
|
|
|
2015-06-16 19:10:39 +00:00
|
|
|
##### Added
|
2015-05-08 18:53:59 +00:00
|
|
|
- Support for Django 1.8.
|
|
|
|
|
2015-06-16 19:10:39 +00:00
|
|
|
##### Fixed
|
2015-05-07 20:16:24 +00:00
|
|
|
- Validation of scope in UserInfo endpoint.
|
|
|
|
|
2015-04-22 14:53:19 +00:00
|
|
|
### [0.0.4] - 2015-04-22
|
|
|
|
|
2015-06-16 19:10:39 +00:00
|
|
|
##### Added
|
2015-04-22 14:48:47 +00:00
|
|
|
- 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
|