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

initial commit for implementers draft changes #148

Merged
merged 4 commits into from
Sep 21, 2024

Conversation

ogazitt
Copy link
Collaborator

@ogazitt ogazitt commented Sep 19, 2024

Changes required to make interop scenario work with the 1.0 implementer's draft.

Front-end:

  • added spec version selector in front-end
  • prepped for 1.1 by adding a "CannotUpdate" field to each Todo returned, which shows a disabled update button
  • send specversion and pdp with each request to the backend

Back-end:

  • pdps.json now organizes implementations based on spec version - "1.0-preview", "1.0-implementers-draft", and "1.1-preview"
  • the "1.1-preview" will make an evaluations call to a compliant back-end to determine whether a user can update each of the todos
  • the todo list is enhanced with the CannotUpdate field if the user doesn't have permission to update the todo

The App is compatible with all three types of implementations - existing, 1.0-implementers-draft compliant, and 1.1 preview.

Copy link

netlify bot commented Sep 19, 2024

Deploy Preview for authzen-todo canceled.

Name Link
🔨 Latest commit 7f6baf1
🔍 Latest deploy log https://app.netlify.com/sites/authzen-todo/deploys/66ee21fb0d5aee0008c1ec68

@ogazitt ogazitt marked this pull request as draft September 19, 2024 05:23
@ogazitt ogazitt marked this pull request as ready for review September 21, 2024 01:32
@ogazitt ogazitt merged commit a485b10 into main Sep 21, 2024
6 checks passed
@ogazitt ogazitt deleted the interop/1-0-implementers-draft branch September 21, 2024 01:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant