-
Notifications
You must be signed in to change notification settings - Fork 3
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
feat: automated registry #7
base: master
Are you sure you want to change the base?
Conversation
This pull request introduces 2 alerts when merging 2d0bb90 into b6df22d - view on LGTM.com new alerts:
|
This pull request introduces 1 alert when merging e22c132 into 3094dcc - view on LGTM.com new alerts:
|
This pull request introduces 1 alert when merging a32c8c5 into 3094dcc - view on LGTM.com new alerts:
|
a32c8c5
to
f7c9f36
Compare
This pull request introduces 1 alert when merging f7c9f36 into 3094dcc - view on LGTM.com new alerts:
|
This pull request introduces 1 alert when merging 7c17601 into 3094dcc - view on LGTM.com new alerts:
|
This pull request introduces 1 alert when merging 2871a5f into 3094dcc - view on LGTM.com new alerts:
|
In this MR, we demonstrate the usage of Google Sheets as an alternative registry storage, instead of the static
registry.json
.Key changes:
Since an API key is needed to access the Google Sheets data,
OpenCertsVerificationManagerOptions
now extendsVerificationManagerOptions
in OpenAttestation to includegoogleApiKey
, so that it can be used in theregistryVerifier.verify()
method.Added
GoogleSpreadsheetValues
to follow thespreadsheets.values
APITemporary changes (will be reverted):
dist
files so that the feature branch onopencerts-websites
can build properly