oidc-client-ts icon indicating copy to clipboard operation
oidc-client-ts copied to clipboard

feat(User): Add flexibility to User class.

Open benMain opened this issue 9 months ago • 0 comments

Sometimes more data needs to be captured from the Token endpoint response than is standard. I'm proposing allowing users to specify extraTokenResponseKeys which will populate an extraTokenResponseProperties object inside the User object.

Closes/fixes #1485 https://github.com/authts/oidc-client-ts/issues/1485

Checklist

  • [x] This PR makes changes to the public API
  • [x] I have included links for closing relevant issue numbers

benMain avatar Apr 27 '24 03:04 benMain