Skip to content

Commit

Permalink
Added security and privacy to cross cutting concepts
Browse files Browse the repository at this point in the history
  • Loading branch information
UO278249 committed Apr 9, 2023
1 parent 3be781f commit ffc1a6c
Showing 1 changed file with 11 additions and 16 deletions.
27 changes: 11 additions & 16 deletions docs/08_concepts.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -49,19 +49,14 @@ on this list.
image:08-Crosscutting-Concepts-Structure-EN.png["Possible topics for crosscutting concepts"]
****


=== Domain model

image:UmlDiagram.png["Example UML Diagram"]



=== _<Concept 2>_

_<explanation>_

...

=== _<Concept n>_

_<explanation>_
=== _Security_
Security is extremely important as only authenticated users using a POD must be able to access
the map view as well as the other functionalities. All routes are protected, so they are not accessed
without this authentication.
The backend is also protected from unauthorized requests.

=== _Privacy_
Privacy is extremely important as data from the user's locations and friends must not be seen
or stored outside the PODS. In order to maintain this the RestAPI manages the communication with
the frontend saving only the nicknames of the users on a database and all sensitive information
on the PODs.

0 comments on commit ffc1a6c

Please sign in to comment.