Remove username
claim from JWT
#1360
Labels
area:auth
Authentication and Authorization
area:backend
Everything backend related
kind:improvement
next-breaking-change
Things that should be released with the next breaking-change release
This is just a reminder issue. In #1358 I added the
sub
claim, as specified in the new Opencast JWT spec. But I keptusername
so that there is no breaking change. But this means the username is specified twice, wasting memory. In the next breaking change release, theusername
claim should be removed.The text was updated successfully, but these errors were encountered: