rscarrera27 / Sanic-JWT-Extended

⚡️An open source Sanic extension that provides "extended" JWT support
https://sanic-jwt-extended.seonghyeon.dev
MIT License
35 stars 8 forks source link

private_claims still has prefix #24

Closed beruhan closed 4 years ago

beruhan commented 4 years ago

from the doc about Storing Private Claims

propagated Token object contains private claims in Token.private_claims. prefix is not exist on this time.

It seems also prefix still exists

rscarrera27 commented 4 years ago

OK, I'll find why and fix it in few hours. really thanks for report 🙏

rscarrera27 commented 4 years ago

@beruhan #23 and #24 are fixed in 1.0.dev11 please upgrade your dependency.

Thanks for your report 🙏