serve
serve copied to clipboard
[RFC] Token Authorization by default
🚀 The feature
Token authorization is currently a plugin feature for Torchserve, however we want to enable this by default. https://github.com/pytorch/serve/issues/3157
Motivation, pitch
Enabling token authorization by default will prevent users from having unintended API calls to their server.
Alternatives
No response
Additional context
No response
### Tasks
- [ ] https://github.com/pytorch/serve/pull/3163