cdbattags / lua-resty-jwt

JWT For The Great Openresty
Apache License 2.0
146 stars 44 forks source link

Avoid using gsub's second returned value as jwt_encode's returned value #43

Closed spacewander closed 3 years ago

cdbattags commented 3 years ago

@vinayakhulawale do you see any issue with this change? Curious if this will break backwards compatibility for folks

vinayakhulawale commented 3 years ago

It won’t break compatibility, base64 decode is equivalent in both cases.