Replies: 1 comment 3 replies
-
Hey @vdaita 👋 Do you mean within a postgres function? If so, you can call user_id := select auth.uid()
select * from auth.users where id = user_id Let me know if I misunderstood the question |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is it possible to get the users authentication info from within a function?
Beta Was this translation helpful? Give feedback.
All reactions