Fix login after shib url parser change

This commit is contained in:
I-Al-Istannen
2022-01-14 20:15:19 +01:00
parent 0045124a4e
commit 57ec51e95a
2 changed files with 39 additions and 4 deletions

View File

@ -22,6 +22,10 @@ ambiguous situations.
## Unreleased
### Fixed
- Shibboleth login fixed. It was broken due to URL parser changes and really
*unfortunate* behaviour by aiohttp.
## 3.3.0 - 2022-01-09
### Added