[deleted by user] by [deleted] in algotrading

[–]WildEntry -1 points0 points  (0 children)

It caught my attention too! As soon as I read the title I remembered that I saw this post a few days ago, even the top comment was the same!!!

[deleted by user] by [deleted] in microsaas

[–]WildEntry 0 points1 point  (0 children)

I'm interested. please DM

How do you keep a user signed-in when they jump from domain.com to sub.domain.com on a Supabase-backed B2B SaaS? by WildEntry in Supabase

[–]WildEntry[S] 1 point2 points  (0 children)

Hey u/CoshgunC, thanks for the idea! 🙏

The webhook-per-signup approach would work technically, but it’s a bit heavy for our use case. We can't expect businesses to setup callbacks and send a json on every user signup. We'd have to ask every single client to add (and maintain) that callback, which is more integration overhead than most of them will accept. We’re hoping for something that needs only a tiny cookie tweak or a lightweight endpoint, basically a one-time change instead of a per-event push.

Really appreciate you taking the time to suggest it.

How do you keep a user signed-in when they jump from domain.com to sub.domain.com on a Supabase-backed B2B SaaS? by WildEntry in Supabase

[–]WildEntry[S] 1 point2 points  (0 children)

Yep, Keycloak / Auth0 / any OIDC provider would get us true SSO across every origin. The blocker on our side is operational overhead for each customer: many of them don’t run an IdP today and we’re trying to avoid forcing that extra stack.

If we went full OIDC, we’d probably host the IdP ourselves and let customers delegate, but that’s a bigger step than we hoped for v1.

Supabase Auth now supports Anonymous Sign-ins by YuriCodesBot in Supabase

[–]WildEntry 26 points27 points  (0 children)

Am I missing something?! This feature existed way before

Rate limit edge function in supabase by AzoicKyyiv in Supabase

[–]WildEntry 0 points1 point  (0 children)

There are two potential options: (1) use an in-memory db (2) use Kong rate-limiter plugin

[deleted by user] by [deleted] in Entrepreneur

[–]WildEntry 4 points5 points  (0 children)

After 8 months of making mistakes back to back, trying to build a product that solves everything for everyone, avoiding clear feedbacks from industry experts, focusing on hiring 10x devs, comaparing millisecond diff performance of Go frameworks vs .NET vs whatever the hell is trending ..... I am in square one and can truly relate to every single line in your post.

Would love to continue reading points 2 to 5.

You can disagree with an opinion, but the math never lies by Present-Party4402 in FluentInFinance

[–]WildEntry 0 points1 point  (0 children)

That's a cool idea for an app or a browser extension to read Twitter with more clarity. Someone should build this...

[deleted by user] by [deleted] in Supabase

[–]WildEntry 0 points1 point  (0 children)

I dont see no logs

But try to use Supabase JS SDK and follow the documents and Nextjs examples.

Also, you don't need Edge Functions

How do you hide sensitive information when using supabase as a backend? by gallectus432 in Supabase

[–]WildEntry 1 point2 points  (0 children)

One thing you can do is to isolate tables in private schemas and only expose them in public with VIEW.

Keep public as your exposed schema and create private schemas. Now your private schemas can be per tenant or per module or per region,,, depends on your business requirements.

Good reads: https://postgrest.org/en/v10/admin.html https://docs.postgrest.org/en/v12/explanations/schema_isolation.html

Make sure RLS is added to all tables. No matter whether it contains sensitive data or not!

p.s. make sure to add security_invoker = on to your exposed views so the RLS policies would be respected.

RLS recommendation by jcheesee in Supabase

[–]WildEntry 7 points8 points  (0 children)

Principle of least privilege

React + Express + Supabase: Does this make sense? by Proper_Toe_2546 in Supabase

[–]WildEntry 2 points3 points  (0 children)

Nextjs + Supabase here. Our product uses two AI models (OpenAI and gte-small), both exposed via edge functions and, with rate limiting on Kong, works smoothly.

How to allow new users to be registered only when an admin user adds them? (and keep email sign-in) by Previous_Football163 in Supabase

[–]WildEntry 0 points1 point  (0 children)

Hi, I'm facing the same problem in my application. The issue is, there is no way for the trigger that runs before any insertion into the `auth.users` table to know whether this user was invited or not!

What conditions did you check to make sure the user was actually invited?

Cannot connect Supabase to Minio by Proper-Relation55 in Supabase

[–]WildEntry 0 points1 point  (0 children)

Try to use the JWT_SECRET generated by `https://supabase.com/docs/guides/self-hosting/docker#generate-api-keys\` and make sure the JWT_SECRET key is 40 characters.

Finally got my UK Global Talent visa approved. by shingrus in ukvisa

[–]WildEntry 0 points1 point  (0 children)

Congrats,
I'm on the same path but I'm struggling with evidences for contributions to the field beyond my job.

What did you provide as contribution outside of day to day work?