Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: handle mode value to avoid signin error caused by 3pcd ✨ #834

Draft
wants to merge 3 commits into
base: develop
Choose a base branch
from

Conversation

ejithon
Copy link
Contributor

@ejithon ejithon commented May 21, 2024

Summary

Due to third-party cookie blocking (3PCB), some users are currently experiencing failures in the OAuth sign-in flow.

To mitigate this, we have implemented a pattern that allows the authentication URL to be obtained within the Viron domain, ensuring the state is treated as a partitoned cookie.

Checklist

Copy link

changeset-bot bot commented May 21, 2024

🦋 Changeset detected

Latest commit: a964916

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package
Name Type
@viron/app Major

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR


const uriKey = Object.keys(schema.properties).find((key) => {
const property = schema.properties?.[key];
return property?.type === 'string' && property.format === 'uri';
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We need to document this specification.

@ejithon ejithon requested review from goOmura and nonoakij May 21, 2024 12:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant