v5.0.0
#418
Replies: 2 comments 7 replies
-
Hi, |
Beta Was this translation helpful? Give feedback.
5 replies
-
Hi there, Do you have any advice for logging HTTP requests made with this library? Before v5, I was using Got hooks to debug any requests made, but it sounds like you removed them since that was a dependency specific construct. Thanks, |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
⚠ BREAKING CHANGES
id_token code
and grant_types accordinglyunpackAggregatedClaims
andfetchDistributedClaims
were removed with no replacement.response
property attached to some RPError or OPError instances is now an instance of http.IncomingMessage. Its body is available on itsbody
property as either JSON if it could be parsed, or a Buffer if it failed to pass as JSON./.well-known/oauth-authorization-server
. To load such discovery documents pass full well-known URL to Issuer.discover.Refactor
This discussion was created from the release v5.0.0.
Beta Was this translation helpful? Give feedback.
All reactions