Updated JS SDK to v2 and added new linking along with additional features. Updated README.md to include advanced configuration options for the Reclaim Protocol JavaScript SDK. Added features for adding context, setting parameters, custom redirect URLs, custom callback URLs, and exporting/importing SDK configurations. Included the facility on handling proofs on the backend.
This update provides more comprehensive guidance for users of varying experience levels, from beginners to those ready for more advanced implementations. It also clarifies the purpose and usage of the toJsonString() and fromJsonString() methods for exporting and importing SDK configurations.
Description
Updated JS SDK to v2 and added new linking along with additional features. Updated README.md to include advanced configuration options for the Reclaim Protocol JavaScript SDK. Added features for adding context, setting parameters, custom redirect URLs, custom callback URLs, and exporting/importing SDK configurations. Included the facility on handling proofs on the backend.
Type of change
Checklist:
Additional Notes:
This update provides more comprehensive guidance for users of varying experience levels, from beginners to those ready for more advanced implementations. It also clarifies the purpose and usage of the
toJsonString()
andfromJsonString()
methods for exporting and importing SDK configurations.