-
Notifications
You must be signed in to change notification settings - Fork 143
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
Lookup credentials based only on user_handle instead of user_name #317
Comments
Hi, thanks for the response! I take a look at the v2 interface, it seems exactly fit our need - prefer using user_handle as the key to fetch data in the |
We want to do it eventually, but there's no concrete time plan at the moment. Perhaps in one or two months from now, but I can't promise that either. Sorry I can't give you a better answer. |
But please let us know if there's a particular time frame that would help you, and we can take that into consideration when prioritizing work. We could probably also make the v2 interfaces available in a shorter time frame as an experimental release, like |
Thanks for quick reply, I think releasing it to an alpha could help a lot and we will start integrating v2 repository. Our feature is not launched yet, we do want to launch it sometime in Q4 (October/November 2023), integrating with v2 repository will allow us to avoid some user_name -> user_handle lookup so if time permits we do want to include it in the first release. |
Thanks for letting us know! I can't promise an experimental release yet, but we'll let you know if we set a planned release date. |
Hi again! We're aiming to make the experimental release with the new |
That would be awesome and will help our timeline 🙏 |
Sorry, the release has slipped a bit, but we hope to finish it this week. |
This is now released in experimental release |
Hello team,
I've observed that sometime we use
user_name
to look up stored public key credentials, examples are when we resolve theallowCredentials
list in authentication ceremony andexcludeCredentials
list in registration ceremony.I wonder if we can just use user_handle to resolve for credential instead? as user_handle is more "immutable" than user_name, which could be changed from time to time.
Is that to accomodate sometime user_handle is missing but only user_name is presenting?
The text was updated successfully, but these errors were encountered: