Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-12-19 | added a fake auth verb for testing purpose and use persistence api to store ↵ | Loïc Collignon | 1 | -7/+0 | |
user profile. Change-Id: Ifc38f01664dec91150ca7574e4263ee0bc755653 Signed-off-by: Loïc Collignon <loic.collignon@iot.bzh> | |||||
2017-10-31 | Split in two: agl-identity-service and uds-ble-id-init-service | José Bollo | 1 | -0/+252 | |
The binding is splitted in two parts and packeged as widgets. The two parts are: - uds-ble-id-init-service This service provides a UDS (User Data Service) over BLE. It detects writes to the email of the user to initiate the authentication process. - agl-identity-service This service queries the Forgerock's Edge Controller to fill user data and make it available. The actual code is not fully functionnal. Signed-off-by: José Bollo <jose.bollo@iot.bzh> |