sql: jsonb support for postgres #516
Labels
feat
New feature or request.
package/client
package/jwk
package/oauth2
upstream
Issue is caused by an upstream dependency.
Milestone
The
session_data
in the access and refresh token tables are currently JSON strings, which don't allow for deep querying into the data when on postgres.Would be great if there were a flag or something to enable jsonb for postgres instances, would save a bunch of time in db maintenance/querying/analytics.
The text was updated successfully, but these errors were encountered: