matrix-dart-sdk/lib
Krille Fear 5e06721639 fix: Make type in AuthenticationData nullable
It seems that there is a problem in the matrix Spec according to this.
the Spec says that the type is required and session is nullable.
But for using this endpoint:
https://spec.matrix.org/unstable/client-server-api/#client-behaviour-1-1
We need to send an auth object which only contains the session.
We should file an issue at the spec and ask there for more information.
Currently we should make type nullable as well because otherwise
this would break uiaRequests in the app for SSO.
2021-08-30 07:55:21 +00:00
..
src fix: Make type in AuthenticationData nullable 2021-08-30 07:55:21 +00:00
fake_matrix_api.dart chore: generate more operations from OpenAPI 2021-08-20 16:17:37 +02:00
matrix_api_lite.dart refactor: remove uploadKeySignatures (use uploadCrossSigningSignatures) 2021-08-20 16:17:40 +02:00