You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In my opinion this is a serious disadvantage of this library and the only one stopping me from getting it to work. I'd recommend allowing passing arbitrary parameters to the init method of JwtAccessBearer that can be used by jose's decode method.
👋 Hey,
When decoding a JWT, I need to specify an audience and issuer.
Currently I get
Looking at the code there's no way to pass in the intended audience or issuer.
with
jose
I would doThe text was updated successfully, but these errors were encountered: