Skip to content
Snippets Groups Projects

Prevent auth_token from being overwritten with None

Merged I. Nüske requested to merge f-fix-login-failed-on-long-request into dev
All threads resolved!
1 file
+ 3
3
Compare changes
  • Side-by-side
  • Inline
+ 3
3
@@ -16,12 +16,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
@@ -16,12 +16,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Removed ###
### Removed ###
### Fixed ###
### Fixed ###
* [#103](https://gitlab.com/linkahead/linkahead-pylib/-/issues/103)
`authentication/interface/on_response()` does not overwrite
`auth_token` if new value is `None`
* [#89](https://gitlab.com/linkahead/linkahead-pylib/-/issues/89)
* [#89](https://gitlab.com/linkahead/linkahead-pylib/-/issues/89)
`to_xml` does not add `noscript` or `TransactionBenchmark` tags anymore
`to_xml` does not add `noscript` or `TransactionBenchmark` tags anymore
 
* [#103](https://gitlab.com/linkahead/linkahead-pylib/-/issues/103)
 
`authentication/interface/on_response()` does not overwrite
 
`auth_token` if new value is `None`
### Security ###
### Security ###
Loading