-
Hi, I have a question regarding token storage in this project. Is it stored on device only or in some central database? |
Beta Was this translation helpful? Give feedback.
Answered by
mmarif4u
Apr 14, 2025
Replies: 1 comment 1 reply
-
Hello, No, LabNex does not store user data or tokens from the app in any central database. It is only saved in the app database on the device. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
ljnsn
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello,
No, LabNex does not store user data or tokens from the app in any central database. It is only saved in the app database on the device.
https://github.com/labnex/LabNex/blob/main/app/src/main/java/com/labnex/app/activities/SignInActivity.java#L282