Skip to content

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

@changeset-bot
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.

2 participants