arun11299 / cpp-jwt

JSON Web Token library for C++
MIT License
395 stars 111 forks source link

Replace asserts by exceptions or some other proper error control #25

Open arun11299 opened 6 years ago

arun11299 commented 6 years ago

As noted in https://github.com/arun11299/cpp-jwt/pull/23, we need to remove asserts and replace that with proper error flow code path.