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
The runtime SDK has the strange behavior where the verification module is missing if the signing secret key isn’t provided.
Initially thought to be a smart way to protect the SDK user, this design actually causes the need for type coercion in the verification service within the main Forms codebase (see opengovsg/FormSG#941).
Change the behavior of the SDK to throw an exception instead.
The text was updated successfully, but these errors were encountered:
The runtime SDK has the strange behavior where the verification module is missing if the signing secret key isn’t provided.
Initially thought to be a smart way to protect the SDK user, this design actually causes the need for type coercion in the verification service within the main Forms codebase (see opengovsg/FormSG#941).
Change the behavior of the SDK to throw an exception instead.
The text was updated successfully, but these errors were encountered: