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

MMB-271: Add Certificate Validity Date Tokens #79

Merged
merged 3 commits into from
Dec 5, 2023

Conversation

shahrukh-compuco
Copy link
Contributor

@shahrukh-compuco shahrukh-compuco commented Nov 3, 2023

Overview

Add two new tokens for certificate validity dates

  1. “Valid From Date” {certificate.valid_from}
    The latter of 1) the “Min Valid From Date” as configured for the certificate and 2) the users membership start date.
    If the “Min Valid From Date” is null then we use the membership start date.

  2. “Valid To Date” {certificate.valid_to}
    The earlier of 1) the “Max Valid Through Date” as configured for the certificate and 2) the users membership end date.
    If the “Max Valid Through Date” is null then we use the membership end date.

Before

There were no certificate validity tokens.

After

Screenshot from 2023-11-03 17-47-44

@shahrukh-compuco shahrukh-compuco merged commit 6620a27 into MMB-78-workstream Dec 5, 2023
2 checks passed
@shahrukh-compuco shahrukh-compuco deleted the MMB-271-add-min-max-date-tokens branch December 5, 2023 10:47
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