bulk-data-server icon indicating copy to clipboard operation
bulk-data-server copied to clipboard

Support JWTs that use v2 scopes (.cruds)

Open mikix opened this issue 1 year ago • 0 comments

Rather than v1 scopes like .read or .write

Before this change, if the JWT had a scope like system/Patient.r, the bulk server would compare the r against read and obviously fail. This commit converts all incoming scopes to v2 format as we read them, so that the internals only have to care about v2.

mikix avatar Nov 11 '22 15:11 mikix