We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Currently the identity package has useName and useAvatar hooks. It would be great to expose this logic outside of a hook for use in the server.
useName
useAvatar
For example getName and getAvatar, then the hooks are wrappers around these.
getName
getAvatar
No response
The text was updated successfully, but these errors were encountered:
Yeah you right, let me figure out how to get this going.
Sorry, something went wrong.
feat: expose getName and getAvatar identity logic. #265
54ad51a
feat: expose getName and getAvatar identity logic. #265 (#283)
b795268
@spennyp, we just exposed with v0.11.3 the getName and getAvatar utilities to assist in retrieving name and avatar identity information.
v0.11.3
No branches or pull requests
Describe the solution you'd like
Currently the identity package has
useName
anduseAvatar
hooks. It would be great to expose this logic outside of a hook for use in the server.For example
getName
andgetAvatar
, then the hooks are wrappers around these.Describe alternatives you've considered.
No response
The text was updated successfully, but these errors were encountered: