We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d776b1 commit b02efb7Copy full SHA for b02efb7
1 file changed
ARCHITECTURE.md
@@ -103,11 +103,15 @@ Actual interaction I/O is performed in the [libwebauthn][libwebauthn] library.
103
104
[libwebauthn]: https://github.com/linux-credentials/libwebauthn
105
106
+### `credentialsd/src/gateway/`
107
+
108
+The Gateway service is defined here, along with its D-Bus interface.
109
110
### `credentialsd/src/dbus/`
111
112
D-Bus clients and services.
113
-The Gateway and Flow Controller services are defined here, as well as a client
114
+The Flow Controller services are defined here, as well as a client
115
for the UI Controller.
116
117
The `model` module contains some methods to convert from D-Bus types to internal
0 commit comments