michelp / pgjwt

PostgreSQL implementation of JWT (JSON Web Tokens)
MIT License
368 stars 60 forks source link

Install on RDS or Aurora #4

Closed msageryd closed 2 years ago

msageryd commented 7 years ago

Thank you! This is exactly what I need. But I will move to Amazon RDS or possibly the new Aurora service when I go into production. I suppose it will be hard (impossible?) to install pgjwt on these services, wouldn't it?

Please advise on how to install on Amazon if possible.

msageryd commented 7 years ago

Follow up.. I created the JWT functions manually as per https://github.com/larsar/postgres-jwt-prototype. It seems to work fine.

Are there any drawbacks not to use the make-script and install the functions as an extension?

michelp commented 2 years ago

No drawbacks, pgjwt is pure sql and can just be copied into any sql script.