alliander-opensource / diva-irma-js

SDK for easy integration of IRMA into projects
BSD 3-Clause "New" or "Revised" License
4 stars 3 forks source link

feat: checksignature API #30

Closed nicorikken closed 6 years ago

nicorikken commented 6 years ago

Support for the signature/checksignature API, for checking the validity of a signature through the IRMA APi server. Because the large numerical values in the signature cause an overflow when parsing with JSON.parse, a more custom approach was needed.