feat: use the homeserver url from the wellknown file for JWT check (MESSENGER-6777)

This commit is contained in:
Jan Niklas Grabowski
2025-01-23 14:01:23 +01:00
parent 284119937f
commit 54d655212c
4 changed files with 86 additions and 34 deletions
@@ -62,6 +62,11 @@ struct AuthenticationServerSelectionBindings {
var homeserverAddress: String
/// Information describing the currently displayed alert.
var alertInfo: AlertInfo<AuthenticationServerSelectionErrorType>?
/// BWI: #6777 Show error alerts
var showAlert = false
/// BWI: #6777 show info alert if the server is not supported
var isInvalidServerAlert = false
/// BWI END
}
enum AuthenticationServerSelectionViewAction {