o/ any idea? or am i doing something stupid?
# off-topic
r
o/ any idea? or am i doing something stupid?
s
I'm not sure what you are trying to access here?
r
the endpoint here in gotrue
though i'm not even sure if that's how or where i should be accessing it from
s
Is this self hosted or hosted supabase?
r
supabase hosted
s
You seem to be accessing a URL that is not part of hosted supabase
r
well is that how am i supposed to be accessing gotrue?
s
From the dashboard
r
i'm really confused atm
i'm trying to create a wrapper for supabase's gotrue in kotlin
the one out there has many problems and is really big in dependencies
s
Its still not clear what you are trying to do here
r
ehh ok
i dont understand what's the relationship between gotrue and supabase
if you could explain it please
s
GoTrue is used for authentication
r
epic so how would i try to request stuff from that code-side (in kotlin)
i'm just trying out the /settings endpoint
s
You wouldn't need the settings inside the library, take a look at other libraries to see what they are doing. You normally just need the auth endpoints
r
because when i do the ...supabase.co/settings it doesn't work
s
There is no such endpoint
r
oh is the readme on github outdated?
s
GoTrue endpoints are found under
...supabase.co/auth/v1
r
oh my good god wish i knew that earlier haha
i was sending requests without the /auth/v1 part
s
You can find these inside the dashboard under your project there is a API menu in the sidebar, then click User Management and change the code example from javascript to bash
r
it doesn't include endpoints and its all in js
oh nvm there's the bash side 🤦‍♂️ appreciate the help a lot!
O/ question, what does 'aud' stand for?