-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Support mutual authentication over TLS #254
Comments
I am looking at implementing MTLS for a project that uses Rocket and wanted to know if I could be pointed in the right direction to start making these modification. |
Ah, unfortunately spoke to soon. Pushing to |
This is held up in the PR queue. Removing it as a milestone until further progress. |
Can I somehow help with implementing this? |
@faulesocke The latest effort is at #1419. Feel free to ping the author and/or takeover. Note that whatever implementation we go with, it must have the property that MTLS can be enabled and disabled per-route, via a request guard, as well as optionally for the entire application, likely via a fairing. |
Rocket will support client authentication over TLS. This is a tracking issue.
The text was updated successfully, but these errors were encountered: