kurierjs / kurier

TypeScript framework to create JSON:API compliant APIs
https://kurier.readthedocs.io/en/latest/
MIT License
61 stars 9 forks source link

New hook: beforeExecutingIdentifyOperation #358

Closed joelalejandro closed 1 year ago

joelalejandro commented 1 year ago

This hook allows you to modify the payload of the identify operation executed by UserProcessor to inject additional information you might need to query your user data (specially when Kurier isn't in control of the data and requires to login to an external API).