move-coop / parsons

A python library of connectors for the progressive community.
https://www.parsonsproject.org/
Other
259 stars 131 forks source link

feat(auth0): Add upsert_user function #828

Closed talevy42 closed 1 year ago

talevy42 commented 1 year ago

Adds upsert_user function to the Auth0 connector.

talevy42 commented 1 year ago

Added a test based on what I saw in other connector tests for upsert!

talevy42 commented 1 year ago

I'm not certain what's causing the build error here. CircleCI is saying Python3 is not found

shaunagm commented 1 year ago

Thanks for adding the test! Not sure why the automatic checks were failing, but they're working now, so I'll merge this. Thanks again @talevy42!