luciferous/jwt

Any specific reason for verify function to be private?

arunpoudel opened this issue · 0 comments

I am working on a project https://github.com/ory/hydra, and in order to setup consent ui, i need the verify function badly. But the verify function is private, not even protected. Any specific reason for doing that?

Is there any plan on future to loosening the policy on the function?

Thanks