idpass / mimoto

Mozilla Public License 2.0
0 stars 1 forks source link

Support lock/unlock biometric authentication in the app backend #16

Closed kneckinator closed 2 years ago

kneckinator commented 2 years ago

We need to provide API:s for the mobile app that allows it to:

All discussions around the feature are happening in https://github.com/idpass/inji/issues/133

kneckinator commented 2 years ago

Assigning this to you @typelogic for the backend changes so you can have it as a reference for your upcoming mimoto-PR.

typelogic commented 2 years ago

After Madhu added bio in the config for Resident app and then she restarted subsystems, I resent same request and now getting success json response:

{
    "id": "mosip.resident.authlock",
    "version": "v1",
    "str": null,
    "responsetime": "2022-04-13T06:39:51.437Z",
    "metadata": null,
    "response": {
        "status": null,
        "message": "Notification has been sent to the provided contact detail(s)"
    },
    "errors": null
}