michelp / pgjwt

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

These functions are IMMUTABLE, not VOLATILE #17

Closed maparent closed 3 years ago

maparent commented 3 years ago

The default volatility category is VOLATILE, whereas these functions are immutable and should be tagged as such.