OpenLake/Activity-Tracker

Securely allow multiple users to store their data

Open

#22 创建于 2021年8月23日

在 GitHub 查看
 (0 评论) (0 反应) (1 负责人)JavaScript (30 fork)auto 404
backendhelp wanted

仓库指标

Star
 (23 star)
PR 合并指标
 (PR 指标待抓取)

描述

This needs:

  • A proper authentication mechanism so that multiple users(trackers) can use a single DB server.
  • We need to do some changes to the tracker so that the session tokens (or JWT) are stored securely and are used while making requests to the server.
  • In the final stage, we would also like to encrypt all the data in the server so that even the server admin can't see the personal data of users.

贡献者指南