Skip to content

Move encryption settings from LoginJob to Session

Volker Krause requested to merge work/session-level-encryption-settings into master

This does not change any of the logic to apply encryption yet, ie. that is still tied to LoginJob. This however now enables moving that logic step by step to Session and thus enable encryption independent of a login being required.

Merge request reports