You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 15, 2023. It is now read-only.
I have two questions/inputs regarding 2G+ from an integrator's point of view:
Currently, no 2G+ test mode is provided by the backend api. Will this change in the future?
If 2G+ certificate checks have to be implemented as they are currently presented in the official app (check of 1 or 2 certificates, with specific rules within the app), it will become much more complicated for existing integrations. Is this the final state of how it is going to work or will a simpler solution follow? I was hoping that vaccinated/recovered people who get tested would receive a specific 2G+ certficate so there will always be just one certificate to check.
The text was updated successfully, but these errors were encountered:
Currently CovidCertificateSDK.Verifier. activeModes includes includes TWO_G, THREE_G and TWO_G_PLUS. (Note: the active modes can change anytime, don't rely on their existence)
This is the solution for now. Unfortunately, it will be as complicated as verifying two certificates. Integrating both test and 2G into a single certificate is currently not supported by the EU spec, and would thus not be compatible for international visitors.
I have two questions/inputs regarding 2G+ from an integrator's point of view:
Currently, no 2G+ test mode is provided by the backend api. Will this change in the future?
If 2G+ certificate checks have to be implemented as they are currently presented in the official app (check of 1 or 2 certificates, with specific rules within the app), it will become much more complicated for existing integrations. Is this the final state of how it is going to work or will a simpler solution follow? I was hoping that vaccinated/recovered people who get tested would receive a specific 2G+ certficate so there will always be just one certificate to check.
The text was updated successfully, but these errors were encountered: