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

Issue ID Card credential #32

Merged
merged 2 commits into from
Apr 13, 2021
Merged

Issue ID Card credential #32

merged 2 commits into from
Apr 13, 2021

Conversation

rafaelbernard
Copy link
Contributor

@rafaelbernard rafaelbernard commented Apr 13, 2021

https://app.asana.com/0/1171124854073033/1200170072663607

  • Add method to save the ID Card
  • Add 1-month validity

image

@@ -93,19 +93,21 @@
luxon.Settings.defaultLocale = LOCALE_NZ;

const now = luxon.DateTime.now().toUTC();
const expiryDate = luxon.DateTime.now().plus({years: 10}).toUTC();
const validity = now.plus({months: 1}).toUTC();
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can I ask why 1 month validity?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes worth a discussion. I mentioned 1 month as an idea for a business model might be a monthly subscription to have access to the digital version of the physical card. It's really just a chance for us to play with and test this particular feature of IRMA we haven't used yet.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Currently the agreed Acceptance Criteria for https://app.asana.com/0/1171124854073033/1200078086990964. But we can discuss and change it quite easily as Cam explained.

@rafaelbernard rafaelbernard merged commit 32a6eaa into master Apr 13, 2021
@rafaelbernard rafaelbernard deleted the issue-id-card-credential branch April 13, 2021 22:43
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.

3 participants