Hello,
I want to configure frappe so that an android app can authenticate with it through posting username and password and frappe returns a Token to be saved on the android device.
Then the android app can call the different doctypes that a user can access.
The information i need is:
- How to setup the Oauth integration on frappe backend
- Which method to call with credentials in order to receive a token
- how long does a token stay active
Regards,
Oasis