OAuth 2.0-based authentication of users and devices, user profile management, Single Sign-On (SSO) and Identity Federation across multiple administration domains.
This PR adds a new hash column into the oauth_access_token table and switches the table to use it as primary key. This will allow keyrock to store bigger access tokens, like JWT with more or bigger claims.
Types of changes
What types of changes does your code introduce to the project: Put an x in
the boxes that apply
[ ] Bugfix (non-breaking change which fixes an issue)
[x] New feature (non-breaking change which adds functionality)
[ ] Breaking change (fix or feature that would cause existing functionality
to not work as expected)
Proposed changes
This PR adds a new
hash
column into theoauth_access_token
table and switches the table to use it as primary key. This will allow keyrock to store bigger access tokens, like JWT with more or bigger claims.Types of changes
What types of changes does your code introduce to the project: Put an
x
in the boxes that applyChecklist
Further comments
N/A