rowyio / RowyActions

starter repo for managing Rowy actions columns (cloud functions)
Apache License 2.0
10 stars 6 forks source link

Respect custom auditing field name #8

Open n-sviridenko opened 2 years ago

n-sviridenko commented 2 years ago

Custom audit field names should be respected here: https://github.com/rowyio/RowyActions/blob/master/src/index.ts#L68

Also, the user info has to be taken from the decoded id token as it's done on the client side. As the user info inside the collection userManagement/users might differ (this is, at least, our case, when using a custom IDP).

MiirzaBaig commented 11 months ago

Well, I think i have sorted this issue, with your permission i may go ahead and contribute?