April 2020
Intermediate to advanced
292 pages
6h 50m
English
Suppose we had AccountLocked events. Here’s an example:
| | { |
| | "id": "a1a1147f-41e8-4b8a-bc78-5a11af097f7e", |
| | "type": "AccountLocked", |
| | "data": { |
| | "lockedTime": "2019-12-25T07:00:00.123" |
| | } |
| | } |
Could you modify the identity projection in code/video-tutorials/src/components/identity/load-identity.js to account for this? What would the key be on the new handler? What would you have to add to the value returned by $init?
Read now
Unlock full access