login from android app

MBY6 years ago

Hi
I want to login to database using android app with a login page
and now i want to know how can i hash password and salt from login page to database user table

Anton Tananaev6 years ago

This might help:

https://github.com/traccar/traccar/blob/master/src/org/traccar/helper/Hashing.java

But I would recommend to use API and not database directly.

MBY6 years ago

ok thanks
and now how can i enter the account username and pass in andriod app???
when I'm using api it ask me the user and pass
how I can I enter these is android???

MBY6 years ago

Solved!
thank you

redofi 4 years ago

Hi MBY how did you use login api of traccar to authentificate, cause i'm facing some issues with it