Add Quickstart samples for SDKs#11
Conversation
- Deleted useBrandingContext and useBranding hooks from React package. - Removed BrandingProvider and its related logic from both React and Vue packages. - Updated ThemeProvider to eliminate dependency on branding context. - Adjusted ThunderIDProvider to directly use ThemeProvider without BrandingProvider. - Cleaned up tests and keys related to branding context in Vue package. - Refactored ThemeContextValue to remove branding-related properties.
|
Important Review skippedToo many files! This PR contains 233 files, which is 83 over the limit of 150. To get a review, narrow the scope: Upgrade to a paid plan to raise the limit. ⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Plus Run ID: ⛔ Files ignored due to path filters (2)
📒 Files selected for processing (233)
You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
…wn config, remove deprecated middleware, and introduce new proxy functionalities
55e85fc to
0eec2c0
Compare
164b690 to
24255d4
Compare
Purpose
Adds quickstart sample applications for the ThunderID JavaScript SDKs, providing developers with a working reference to get started quickly with each package.
Approach
Each sample is a minimal working application demonstrating the essential integration pattern for its SDK — install, configure, sign in, sign out, and access the authenticated user.
Related Issues
Related PRs
Checklist
breaking changelabel added.Security checks