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
According to the JWTVerifier source code, only a [...] UTF8 encoded PEM public key, with a "BEGIN PUBLIC KEY" header is supported. This has lead to confusion (SwissCovid/swisscovid-app-ios#352) since Android allows the use of a x509-Certificate directly.
Either iOS abstracts the public key in a type alias as well, and provides the corresponding constructors, or specifies the format needed here
According to the JWTVerifier source code, only a
[...] UTF8 encoded PEM public key, with a "BEGIN PUBLIC KEY" header
is supported. This has lead to confusion (SwissCovid/swisscovid-app-ios#352) since Android allows the use of a x509-Certificate directly.Either iOS abstracts the public key in a type alias as well, and provides the corresponding constructors, or specifies the format needed here
dp3t-sdk-ios/Sources/DP3TSDK/utils/JWTVerification.swift
Line 41 in f0f4939
Further, the documentation needs to be updated.
The text was updated successfully, but these errors were encountered: