You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: docs/Security.md
+2
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,7 @@
5
5
| Version | Supported |
6
6
|---------| ------------------ |
7
7
| 0.9.0 |:white_check_mark:|
8
+
| 0.10.0 |:white_check_mark:|
8
9
9
10
10
11
## How we do security
@@ -36,6 +37,7 @@ TorchServe as much as possible relies on automated tools to do security scanning
36
37
2. Using private-key/certificate files
37
38
38
39
You can find more details in the [configuration guide](https://pytorch.org/serve/configuration.html#enable-ssl)
40
+
6. TorchServe supports token authorization: check [documentation](https://github.com/pytorch/serve/blob/master/docs/token_authorization_api.md) for more information.
0 commit comments