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

Validate if the identity document is Ecuadorian #246

Merged
merged 22 commits into from
Mar 23, 2024
Merged

Validate if the identity document is Ecuadorian #246

merged 22 commits into from
Mar 23, 2024

Commits on Mar 21, 2024

  1. feat: Validate if the identity document is Ecuadorian

    The implementation of the algorithm is contained in its own plugin project.
    MrDave1999 committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    0a36c6a View commit details
    Browse the repository at this point in the history
  2. chore: Add new resources

    MrDave1999 committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    ce48e43 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    38a9fa3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    06450c8 View commit details
    Browse the repository at this point in the history
  5. Create FakeIdentityDocument type

    This is the default implementation in case no plugin registers its own implementation.
    MrDave1999 committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    6d5b908 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ab062ec View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d9c908d View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2024

  1. fix: Corrected conditional

    MrDave1999 committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    8abe6c5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d36c1bb View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2024

  1. fix: Change identity document verification algorithm

    The algorithm had been implemented incorrectly.
    See https://www.skypack.dev/view/udv-ec
    MrDave1999 committed Mar 23, 2024
    Configuration menu
    Copy the full SHA
    8598f3f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bb8f3cd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    249b8a7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4692bc4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b616572 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3916e5f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3685f33 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    e5e4a4e View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    0e553fc View commit details
    Browse the repository at this point in the history
  10. Update README.md

    MrDave1999 committed Mar 23, 2024
    Configuration menu
    Copy the full SHA
    7cc6c15 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    969753a View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    4e4270f View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    60aaa93 View commit details
    Browse the repository at this point in the history