supabase / wrappers

Postgres Foreign Data Wrapper development framework in Rust.
http://fdw.dev
Apache License 2.0
562 stars 56 forks source link

Feat: Extend the fields for users in the Auth0 FDW #265

Closed romaingrx closed 5 months ago

romaingrx commented 6 months ago

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

burmecia commented 6 months ago

Thanks for the PR! That's excellent but ere are some Clippy complaints, could you resolve it?

romaingrx commented 6 months ago

Hello, it should be all good now. Sorry, totally forgot to run clippy and fmt locally on the 2 PRs.