| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| await this._validateMethod(); | ||
| } else { | ||
| await this._validateMethod(); | ||
| // await this._validateMethod(); |
There was a problem hiding this comment.
Is this expected?
Sorry, something went wrong.
There was a problem hiding this comment.
Yeah. Here it checks the signedIn status in both paths unless config.signInRequired is explicitly true or false. So I intentionally removed that check from the else path.
Sorry, something went wrong.
There was a problem hiding this comment.
Removed that else block
Sorry, something went wrong.
…s into a single directory
…, and worker files - Changed all occurrences of instanceID to instanceId in message.ts, spa-utils.ts, worker-core.ts, and worker-receiver.ts for uniformity. - Added instanceId property to the Message interface in message.ts.
🦋 Changeset detectedThe changes in this PR will be included in the next version bump. Not sure what this means? Click here to learn what changesets are. |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Purpose
This pull request introduces multi-organization authentication context support, enabling users to authenticate and exchange tokens across different organization contexts. The main changes include improvements in session and storage management keyed by instance, and new configuration options and React components for organization chaining.
Multi-organization context and token exchange support:
Session and storage management improvements:
React SDK enhancements:
These changes collectively enable seamless authentication flows across multiple organizations, improve isolation of authentication state, and provide a more robust foundation for multi-tenant applications.
Related Issues
Related PRs
Checklist
Security checks