Closed peterphanouvong closed 3 months ago
The changes involve a significant modification to the setup
function in src/handlers/setup.ts
, specifically in the way user properties are handled. The previous implementation retrieved user properties from claims using the getClaimValue
method, while the updated version directly passes idToken
and accessToken
to the generateUserObject
function, indicating a shift in how user information is sourced.
File Path | Change Summary |
---|---|
src/handlers/setup.ts | Modified the setup function to remove retrieval of user properties and instead pass idToken and accessToken directly to generateUserObject . The function signature remains unchanged. |
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?
Explain your changes
Checklist
🛟 If you need help, consider asking for advice over in the Kinde community.