-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Prerequisites
- I have searched the repository’s issues, Kinde community and public roadmap to ensure my feature request isn’t a duplicate
- I have read the contributing guidelines
- I agree to the terms within the code of conduct
What is the problem you’re trying to solve?
Lack of logging as well as control over logging
What solution would you like to see?
More logs in try-catch blocks and maybe a flag that controls log printing to avoid uncontrollable spam from the SDK
Additional information
In src.auth.kindeAuthRouter.handleCallback(), it's difficult to know what error caused the unauthorization redirect, so it would be nice if there was a console.error(error) or something in the catch block.
Also, if the configuration could take in a verbose flag for displaying errors, that would be nice.
I would also look deeper into the typescript SDK and do the same there
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request