Difference between revisions of "Architecture"

From DarkWiki
Jump to: navigation, search
(Created page with "==Introduction== ==Security== Security between components will be managed via [https://oauth.net/2/ OAUTH2], as it has a very large support base and is common in many progra...")
 
m (Security)
Line 3: Line 3:
 
==Security==
 
==Security==
  
Security between components will be managed via [https://oauth.net/2/ OAUTH2], as it has a very large support base and is common in many programming frameworks.
+
Security between components will be managed via [https://oauth.net/2/ OAUTH2], as it has a very large support base and is common in many programming frameworks. Data-level access will be manage by the components themselves or indirectly by partitioning of data (restricting by compant etc.)

Revision as of 12:56, 9 August 2017

Introduction

Security

Security between components will be managed via OAUTH2, as it has a very large support base and is common in many programming frameworks. Data-level access will be manage by the components themselves or indirectly by partitioning of data (restricting by compant etc.)