Closed jianminglok closed 1 month ago
Hey @jianminglok We are looking into this issue and will report back soon !
Hi @jianminglok . The API has been updated to allow for arbitrary metadata fields. Please try out https://github.com/clerk/clerk-sdk-python/tree/v1.1.0 and let us know if you run into further issues. Thanks !
Closing out, but please feel free to re-open if the issue persists!
When a user is invited to the application using the code below, the metadata is not passed properly.
This seems to be related to the lines under the
create
function insrc/clerk_backend_api/invitations.py
belowThe request object returned by these lines contain an empty
CreateInvitationPublicMetadata
object.