-
Notifications
You must be signed in to change notification settings - Fork 6
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
JWT authentication support #7
Comments
Hello Bradley, if you wish to see jwt you will have to add the support
yourself and make a PR. It's absolutely fine to use other libraries and put
it behind a feature gate.
Le mar. 8 mars 2022 à 20:59, Bradley Nelson ***@***.***> a
écrit :
… Is JWT authentication supported? I don't see any way to do this, which the
server application I wish to connect to requires. If not, are there any
plans to support JWTs?
—
Reply to this email directly, view it on GitHub
<#7>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AADDFBSLAYGWHU732WH3I7DU66WTRANCNFSM5QHK6X4Q>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
Thanks for the quick response. Not sure my time constraints will allow, but I'll see what I can do 👍 |
Here is an article to help you : https://blog.logrocket.com/jwt-authentication-in-rust/ |
Thanks, I will look through that one! An unrelated question - will this repo work for standard SignalR messaging? A coworker, who has looked a bit deeper at this library, said it seemed like there were some weird message formatting going on that isn't standard SignalR, that might be specific to the bittrex formatting. Just wanted to check before I dive too deep that if I add the JWT auth, that the other parts of the repo will work for our needs. |
I originally developed it for Bittrex, but anything Bittrex specific should
be optional.
Le jeu. 10 mars 2022 à 19:22, Bradley Nelson ***@***.***> a
écrit :
… Thanks, I will look through that one!
An unrelated question - will this repo work for standard SignalR
messaging? A coworker, who has looked a bit deeper at this library, said it
seemed like there were some weird message formatting going on that isn't
standard SignalR, that might be specific to the bittrex formatting. Just
wanted to check before I dive too deep that if I add the JWT auth, that the
other parts of the repo will work for our needs.
—
Reply to this email directly, view it on GitHub
<#7 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AADDFBXHT6CCZ24K25RKJRTU7I4VFANCNFSM5QHK6X4Q>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
You are receiving this because you commented.Message ID:
***@***.***>
|
We could add some e2e testing tool that runs a test suite using a C# SignalR server. |
Is JWT authentication supported? I don't see any way to do this, which the server application I wish to connect to requires. If not, are there any plans to support JWTs?
The text was updated successfully, but these errors were encountered: