This repository was archived by the owner on Sep 8, 2025. It is now read-only.

Description
Working with dictionaries in the responses makes the development tedious process, it would be good if the response of the methods were dataclasses.
The types can be found in the gotrue-js documentation: https://supabase.github.io/gotrue-js
We can use pydantic as it brings validation and deserialization or else uses dataclasses and implement deserialization by ourselves.
I wait for feedback, I'm willing to work on the pull request.