You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/development/architecture.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@ title: Architecture
3
3
parent: Development
4
4
---
5
5
6
-
The Reconmap multi-tier architecture was designed to scale and serve anything from small pentesting teams to large infosec organisations. At a high-level it consists of multiple clients (Web, mobile, command line) that communicate to a Rest API to get and process information. Information is stored permanently in a MySQL database, and a Redis service is used to cache information.
6
+
The Reconmap multi-tier architecture was designed to scale and serve anything from small pentesting teams to large infosec organisations. At a high-level it consists of multiple clients (web and command line) that communicate to a Rest API to get and process information. Data is stored permanently in a MySQL database, and a Redis service is used to cache information.
7
7
8
8
A keycloak identity service (Open ID connect) is used to authenticate users and JWT tokens are also used for service to service communication.
0 commit comments