Make client IP address available for use in DB functions and/or RLS #18532
Unanswered
david-colombo
asked this question in
Feature Requests
Replies: 1 comment 3 replies
|
What exact header are you looking for? And available with |
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I want to use the clients real public IP address (not the forwarded-for header) in either DB functions or RLS (preferred) to restrict certain DB actions (including SELECT) to certain public IP addresses (even for authenticated users).
All reactions