oidc-client-ts
oidc-client-ts copied to clipboard
feat(User): Add flexibility to User class.
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