ging / fiware-idm

OAuth 2.0-based authentication of users and devices, user profile management, Single Sign-On (SSO) and Identity Federation across multiple administration domains.
https://keyrock-fiware.github.io
MIT License
37 stars 81 forks source link

Use access_token hashes as primary key #209

Closed aarranz closed 3 years ago

aarranz commented 3 years ago

Proposed changes

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

Checklist

Further comments

N/A

github-actions[bot] commented 3 years ago

CLA Assistant Lite bot All contributors have signed the CLA ✍️

apozohue10 commented 3 years ago

The PR works well! Merged!