-
Notifications
You must be signed in to change notification settings - Fork 4
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
typed or generic useFusionAuth
#94
Comments
hmm, |
I see a lot of improvements already by upgrading it. BTW where are the custom user data? or |
BTW I also saw that Thanks in advance. |
I'm not sure how that GH issue is related to this package? The SDK's You may have already looked here, but the "User Info" section of this page for the GET /oauth2/userinfo endpoint has more specifics. I hope that helps! |
It is related, because that is what is written in here as server requirements and I am using So what I am trying to convey is that in
Yes, I read it. There I saw Or am I mistaken? |
I think you are right about that. |
Added this ticket here. #95 |
@JakeLo123 just a thought, do you think we could make |
That certainly sounds possible. That could be a nice enhancement if using a custom Reopening this 👍 |
@kasir-barati! do you have a issue that would be solved by adding a generic to the |
Yes, you could put it that way too. I have my own custom backend app. and let's say my |
#136 PR is up now and this should come out in with the next SDK version |
Typed/generic
useFusionAuth
hookProblem
I'm always frustrated when I am using
useFusionAuth
hook. It is really cumbersome to create a custom hook just because the one exported from lib is not typed. I mean itsuser
is not typed.Solution
I love to have something like this:
or
Alternatives/workarounds
create a custom hook.
Community guidelines
All issues filed in this repository must abide by the FusionAuth community guidelines.
How to vote
Please give us a thumbs up or thumbs down as a reaction to help us prioritize this feature. Feel free to comment if you have a particular need or comment on how this feature should work.
The text was updated successfully, but these errors were encountered: