-
Notifications
You must be signed in to change notification settings - Fork 183
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
How to access User Context #29
Comments
What type of authentication are you using? Cookie authentication, bearer token? I haven't had a chance to take a look at this, but any help would be appreciated. If I get any time I will take a look at this, it is among the priorities for this. Thanks! |
I use Cookie authentication. My current workaround is to create a SuperSocket class:
` and in the But I'm not sure if it's a good idea to proceed like that :/ |
I just encountered the same requirement. My approach was to modify |
Could you give us a sample of the ReceiveAsync? |
Hello,
I would like to access my User Identity from any Handler, any ideas to do that?
The text was updated successfully, but these errors were encountered: