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

Investigate and implement support for 'Related Origin Requests' #42

Open
Stormheg opened this issue Dec 1, 2024 · 0 comments
Open

Investigate and implement support for 'Related Origin Requests' #42

Stormheg opened this issue Dec 1, 2024 · 0 comments
Labels

Comments

@Stormheg
Copy link
Member

Stormheg commented Dec 1, 2024

One of the main issues with Passkeys has been that they are scoped and only work with the Relying Part ID (domain) they are registered on. For example: if a user registers a Passkey on amazon.com, they won't be able to use it on amazon.de because the top level domain is different.

This appears to now be resolved in the form of 'related origin requests', see https://passkeys.dev/docs/advanced/related-origins/

Intended outcome

Investigate how to incorporate this feature.

Why is this important

I consider this feature a 'must have', most of the clients I would use this package with run the same site from multiple domains. They should be able to login using the same Passkey on all these domains.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

No branches or pull requests

1 participant