Joel Jakobsson

Results 5 comments of Joel Jakobsson
trafficstars

> I’m not affiliated with the pgsphere team. I just happen to watch this repo. > > Anyway, I just wanted to suggest that you try adding `-std=c99` to the...

> > that accessed PostgreSQL strictly via database functions, without needing the following functionalities: > > That's a lot of stuff that you want to have disabled :) > >...

> Could you elaborate on how you are securing access to this with a focus on security but without JWT support? Curious! :) Using the `postgrest.conf` feature `pre-request = "public.auth"`...

> I assume the intent here is to separate your data layer from the "access layer" or whatever you call it. So those database functions would be that layer. Note...

In my RBAC implementation, functions and views are two different *resource_type*'s: https://github.com/truthly/uniphant/blob/master/TABLES/resources.sql#L5