-
-
Notifications
You must be signed in to change notification settings - Fork 207
Secure storage for sessionID #73
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
It's something that's pretty far down in our roadmap. Given that only one
user can be logged in at a time, and given that you have to be a registered
user to receive a token isn't our biggest concern at the moment.
We are still reviewing our storage options as we would like to use offline
queries too. Sharedpreferences will suffice at the moment, but feel free to
create PR with another solution if you have time or would like to see this
feature in the very near future.
Cheers
…On Thu, 7 Feb 2019 at 14:30, sd-timaru ***@***.***> wrote:
Hi!
Given that someone could log on to the server only with sessionId,
wouldn't it be better to save it in secure storage
<https://pub.dartlang.org/packages/flutter_secure_storage> and not in
SharedPreferences?
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#73>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AHgn3ig9sNU5dLSofPz-4859GUKkAkMwks5vLDihgaJpZM4anaVa>
.
--
Kind Regards
Phill Wiggins
[email protected]
|
Closed
I think we could close this now |
I will run some tests tonight and close once concluded.
I appreciate your help on this.
…On Wed, 1 May 2019 at 08:40, Ahmed Wahdan ***@***.***> wrote:
I think we could close this now
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#73 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AB4CPXXUS65GMAEIEVPQHKDPTFCNDANCNFSM4GU5UVNA>
.
--
Kind Regards
Phill Wiggins
[email protected]
|
The label |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi!
Given that someone could log on to the server only with sessionId, wouldn't it be better to save it in secure storage and not in SharedPreferences?
The text was updated successfully, but these errors were encountered: