Closed romaingrx closed 5 months ago
This PR extends the Auth0User struct to include all fields that the Auth0 endpoint may send (see Auth0 API Documentation).
N/A
The Auth0User struct now includes all possible fields, allowing us to use these fields in a foreign table and apply quals.
Thanks for the PR! That's excellent but ere are some Clippy complaints, could you resolve it?
Hello, it should be all good now. Sorry, totally forgot to run clippy and fmt locally on the 2 PRs.
What kind of change does this PR introduce?
This PR extends the Auth0User struct to include all fields that the Auth0 endpoint may send (see Auth0 API Documentation).
What is the current behavior?
N/A
What is the new behavior?
The Auth0User struct now includes all possible fields, allowing us to use these fields in a foreign table and apply quals.
Additional context
N/A