Are username & Password saved encrypted (not plain) in Moodle mobile app?

Re: Are username & Password saved encrypted (not plain) in Moodle mobile app?

by Juan Leyva -
Number of replies: 1
Picture of Core developers Picture of Moodle HQ Picture of Particularly helpful Moodlers Picture of Plugin developers Picture of Testers

Hi,

we don't store the username or password in the Mobile app, we use the username and password for obtaining a token that will be used for authenticating all the WS requests.

https://docs.moodle.org/dev/Creating_a_web_service_client#How_to_get_a_user_token

Regards, Juan