We are trying out Supabase and found it awesome, especially about how easy it is to implement user authentication. So far we have been using the official JavaScript client library and everything we tried works (thumbs up to the devs!).
Yet for some of our projects, we are using OCaml as the backend, which is not based on a JavaScript runtime. It seems that there exists client libraries for other native languages such as Go and Rust, and the official website documents RESTful API to access the database.
I'd like to know if it is possible to integrate with the auth features provided by Supabase via RESTful API, i.e., without using the official JavaScript client. I tried but I was not able to find documentation around this.