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

Break out EID conversion logic into their respective ID submodules #9786

Closed
dgirardi opened this issue Apr 10, 2023 · 0 comments · Fixed by #10229
Closed

Break out EID conversion logic into their respective ID submodules #9786

dgirardi opened this issue Apr 10, 2023 · 0 comments · Fixed by #10229
Assignees

Comments

@dgirardi
Copy link
Collaborator

Type of issue

Improvement

Description

The logic to format a user ID as an EID object is currently centralized into a single file. If a pub is using any ID at all, they are pulling that logic for every ID adapter in existence.

We should break that logic out so that each ID submodule can do EID conversion for itself.

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

Successfully merging a pull request may close this issue.

2 participants