Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Consent IDs are in sequence. Make them UUIDs. #8

Open
pcurtisrab opened this issue Sep 14, 2020 · 1 comment
Open

Consent IDs are in sequence. Make them UUIDs. #8

pcurtisrab opened this issue Sep 14, 2020 · 1 comment
Labels
deprecation Concerns feature or usage pattern to be dropped in next major release enhancement New feature or request

Comments

@pcurtisrab
Copy link
Contributor

The main motivation for this is security.

This will ultimately result in a breaking change.

Probably we will accept UUIDs in place of ID's and handle these appropriately by type detection. The numerical index will become deprecated and phased out in the next major version.

@pcurtisrab pcurtisrab added the enhancement New feature or request label Sep 29, 2020
@pcurtisrab
Copy link
Contributor Author

Acceptance criteria:

  1. Deprecation note on existing integral consent IDs (in requests and responses)
  2. Consent details has new property uuid which is a v4 uuid.
  3. uuid is accepted wherever the current ID is
  4. Regression: current ID can still be used until the next major version

@pcurtisrab pcurtisrab added the deprecation Concerns feature or usage pattern to be dropped in next major release label Oct 22, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
deprecation Concerns feature or usage pattern to be dropped in next major release enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant