You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be awesome to have JWT support in the same way we have UUID support. This shouldn't be too hard to add, since it appears that the UUID implementation isn't too complex. Please let me know if I'm mistaken here! If I have time, I might look into writing this myself.
What would be required beyond adding a new field to PGType and writing the raw UnsafeExpressions?
The text was updated successfully, but these errors were encountered:
It would be awesome to have JWT support in the same way we have UUID support. This shouldn't be too hard to add, since it appears that the UUID implementation isn't too complex. Please let me know if I'm mistaken here! If I have time, I might look into writing this myself.
What would be required beyond adding a new field to
PGType
and writing the raw UnsafeExpressions?The text was updated successfully, but these errors were encountered: