You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We've stopped using the org accept invite endpoint of a user's token after hitting a lot of interesting edge cases.
In our latest source, we have a constant shouldAttemptAcceptingInvitations = false value in the code that should probably become a feature flag, or, a call whether to keep it or not.
What's nice when it works:
Single click join
Things just work for the user
What's not nice:
Issues with SAML SSO at times
Blocked invites issue from GitHub API at times
The text was updated successfully, but these errors were encountered:
We've stopped using the org accept invite endpoint of a user's token after hitting a lot of interesting edge cases.
In our latest source, we have a constant
shouldAttemptAcceptingInvitations = false
value in the code that should probably become a feature flag, or, a call whether to keep it or not.What's nice when it works:
What's not nice:
The text was updated successfully, but these errors were encountered: