Shane
04/30/2022, 5:04 PMNeedle
04/30/2022, 5:04 PM/title
command!
We have solved your problem?
Click the button below to archive it.garyaustin
04/30/2022, 5:38 PMYou can create JWT tokens in SQL using the pgjwt extension. It’s simple and requires only pgcrypto. If you’re on an environment like Amazon RDS which doesn’t support installing new extensions, you can still manually run the SQL inside pgjwt (you’ll need to replace @extschema@ with another schema or just delete it) which creates the functions you will need.
https://github.com/michelp/pgjwt/issues/4Needle
04/30/2022, 5:38 PM