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
session_datain 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.