Project

General

Profile

Feature #1233

Updated by Alexander Watzinger over 3 years ago

External Authentication will be needed for projects who want a frontend without exposing all data (no public API). 
 For implementing an API authentication method see: [[API Authentication|Whitepaper]], "authentication-with-flask":https://realpython.com/token-based-authentication-with-flask/ 

 To consider: webclients will request data so we can't e.g. just block IPs or similar. 

Back