Re: [SailfishDevel] Storing credentials safely in a python+QML app

2016-09-15 Thread Andrey Kozhevnikov
profit is not writing real password each time, just some pin. -- Исходное сообщение -- От: "Marcin Mielniczuk" Кому: "Sailfish OS Developers" Копия: "Andrey Kozhevnikov" ; "J. Pablo"

Re: [SailfishDevel] Storing credentials safely in a python+QML app

2016-09-15 Thread Marcin Mielniczuk
I remember Harmattan uses accounts-qt framework (libaccountsetup0, libsignon0, etc.) for SSO support. Did Sailfish drop it? Marcin On 15.09.2016 15:02, J. Pablo wrote: > But the master password should be remembered by the user? What's the > difference then between this solution and just ask for

Re: [SailfishDevel] Storing credentials safely in a python+QML app

2016-09-15 Thread J. Pablo
But the master password should be remembered by the user? What's the difference then between this solution and just ask for the proper password each time? Thanks! El jueves, 15 de septiembre de 2016 11:46:01 (CEST) Andrey Kozhevnikov escribió: > you should use master password for saving

Re: [SailfishDevel] Storing credentials safely in a python+QML app

2016-09-15 Thread Andrey Kozhevnikov
you should use master password for saving credentials, or ask every time to enter password and save only login. -- Исходное сообщение -- От: "J. Pablo" Кому: "Sailfish OS Developers mailing list (devel@lists.sailfishos.org)"

[SailfishDevel] Storing credentials safely in a python+QML app

2016-09-15 Thread J. Pablo
Hello sailors! This is my first email in the list, although I've been reading for a while. I'm designing a simple app that show the user some info about its contract with its mobile carrier (pepephone, from Spain). Their API is pretty simple and you have to login each time with user and

Re: [SailfishDevel] Connect to 2 databases

2016-09-15 Thread Chris Walker
On Wed, 14 Sep 2016 23:40:50 +0200 Matthias Fehring wrote: > Am Donnerstag, 8. September 2016, 14:40:16 CEST schrieb Chris Walker: > > Can anybody point me in the direction of some C++ code to connect to > > two SQL databases please? > > Does it have to be pure

Re: [SailfishDevel] Connect to 2 databases

2016-09-15 Thread Chris Walker
On Wed, 14 Sep 2016 23:34:18 +0300 "E.S. Rosenberg" wrote: > Assuming you need SQLite since you are developing for SailfishOS the > first result here seems to be what you are looking for: > https://www.google.nl/search?q=c%2B%2B+sqlite > > Instead of