Enhance app trust chain #12
alexaib2002
started this conversation in
Ideas
Replies: 1 comment
-
Some links that may be useful:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
As our app expects only users that have an account registered inside the DB, we shouldn't allow foreign agents to be able to modify the DB or any of its stored data.
We can fix this by enhancing the trust chain, so the top level components of the app (user auth) will be working as expected (only users logged from inside the app will be able to pass through the login screen).
users
table of the SQLite database, rendering our user authentication methods useless).Beta Was this translation helpful? Give feedback.
All reactions