https://supabase.com/ logo
Join Discord
Powered by
# off-topic
  • u

    uzelac

    12/08/2022, 5:35 PM
    I'll keep it only in help next time. Didn't mean to spam
  • q

    quick_piper15

    12/08/2022, 7:04 PM
    Hello, when using supabase auth helpers, the documentation states that a browser client should be created. after fiddling with that, I have observed that the SUPABASE_URL and the SUPABASE_ANON_KEY are sent to the client. Theoretically, one could track network activity and get these, and in turn use them to create a supbaseClient on their side, to create new users. How can we secure this?
  • l

    Luv

    12/08/2022, 9:03 PM
    #1006358244786196510 might be a better forum for this. though i think (while production as i would like to think), your key and url would be encrypted with the key on you and the hosting platform would know.
  • l

    Luv

    12/08/2022, 9:05 PM
    so even if they get the anon_key and url, they wouldn't be able to do much unless they can figure out a way to decrypt them, which is mostly unlikely. though still would recommend hopping to #1006358244786196510 , you will get a proper answer there.
  • p

    preef

    12/08/2022, 9:19 PM
    i'm suddenly unable to connect to my database from pgadmin, has this happened to anyone else?
  • p

    preef

    12/08/2022, 9:20 PM
    getting
    Copy code
    Connection refused
        Is the server running on that host and accepting TCP/IP connections?
  • t

    toddgeist

    12/09/2022, 4:23 AM
    I am really hoping for even better typescript support next week. supabase-js v2 was better, but it is still behind what you get from Prisma or tRPC. pretty please 🙂
  • m

    markkos89

    12/09/2022, 4:31 AM
    Hi everyone! I'm just wanted to know if is possible to use Thirdweb Auth with Supabase-Auth-Helpers ?? I didn't found any reference or guide in the docs. What I want to use is the session provider of supabase auth helpers with the Thirdweb Auth module. Is this possible?
  • q

    quick_piper15

    12/09/2022, 4:32 AM
    Will do. Thanks!
  • q

    quick_piper15

    12/09/2022, 6:16 AM
    just tested it, it does not get encrypted but sent as a plain string in the response script
  • l

    legenden

    12/09/2022, 7:50 AM
    Really not sure where to put this 😅 I've the past 2 days made a **client library for the Storage API **for Java. It can be found here: I'm reaching out to know wether or not it would be valued as a repo under the supabase-community org?
  • m

    mrmikardo

    12/09/2022, 11:10 AM
    Anybody else currently having issues accessing the dashboard?
  • j

    Jason Creviston

    12/09/2022, 11:56 AM
    Mine is loading at the moment.
  • m

    mrmikardo

    12/09/2022, 11:56 AM
    Seems to be OK now!
  • m

    Maxime Antoine

    12/09/2022, 12:28 PM
    Having issues as well loading the auth page. Anybody else? 🙂
  • l

    lake_mattiato

    12/09/2022, 1:15 PM
    is there a plan to start supporting python in edge functions?
  • l

    lake_mattiato

    12/09/2022, 1:16 PM
    if yes, when can we start testing that approximately?
  • q

    quick_piper15

    12/09/2022, 1:16 PM
    How can the anon key be safe when using supabase pro? If someone gets their hand on it, they can exploit the "Pay as you go" feature.
  • s

    silentworks

    12/09/2022, 1:33 PM
    Do a search on here and you will find the answer, this question has been answered multiple times already.
  • s

    silentworks

    12/09/2022, 1:36 PM
    Not at the moment, currently the edge functions runtime uses Deno and it only supports what Deno supports at the moment.
  • l

    Luv

    12/09/2022, 1:38 PM
    i checked mine, and they are encrypted. Sorry, can't help you with that. Just search #1006358244786196510 you might get the answer or open a new post.
  • s

    silentworks

    12/09/2022, 1:43 PM
    They aren't encrypted, its just plain text. But this doesn't matter as long as you turn RLS on, on your tables. We used to have RLS on by default but folks found this confusing as they weren't able to get data from their tables due to this, so we turned them off by default. When setting up a table in the Supabase Dashboard it tells you that its recommended to enable RLS on a table and the reasons why.
  • l

    Luv

    12/09/2022, 1:54 PM
    though vercel claims to encrypting the keys, and checking the certificates, it says RSA encrypted.
  • q

    quick_piper15

    12/09/2022, 3:23 PM
    what framework are you using?
  • q

    quick_piper15

    12/09/2022, 3:23 PM
    nextjs?
  • q

    quick_piper15

    12/09/2022, 3:32 PM
    I know that it's meant to be public, but how does it prevent people from exploit it?
  • q

    quick_piper15

    12/09/2022, 3:32 PM
    anybody with it can literally insert into the DB
  • q

    quick_piper15

    12/09/2022, 3:36 PM
    running removeAllChannels realtime function, creating a new realtime conn, etc
  • j

    jameswilliam

    12/09/2022, 3:41 PM
    Any chance someone could help me out with an issue I'm having regarding mismatch types on queries? 🙏 - https://discord.com/channels/839993398554656828/1050798204641357824
  • s

    silentworks

    12/09/2022, 4:37 PM
    So you didn't do a search on here then, no noone can literally insert into your DB if you have RLS on and they can't remove all channels from realtime or create a new connection. Please search on this platform and you will find more details as this has been answered many times before.
1...311312313...392Latest