Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-06-07 | SsoSession: let Private be a class everywhere | Kitsune Ral | |
Fixes a compilation warning that Private is a struct in one place and a class in another. | |||
2020-03-18 | SsoSession and Connection::prepareForSso() | Kitsune Ral | |
The response in the web browser is quite barebone, just enough to give feedback that things are alright. Closes #386. Closes #388. |