botpress / nlu

This repo contains every ML/NLU related code written by Botpress in the NodeJS environment. This includes the Botpress Standalone NLU Server.
22 stars 21 forks source link

feat(nlu-server): remove authorization and replace credentials by an app-id header #79

Closed franklevasseur closed 2 years ago

franklevasseur commented 2 years ago

Title pretty much says it all.

nlu-server is not responsible for authentication anymore.

The nlu-server must be deployed behind a reverse-proxy that ensures X-App-Id are valid and uniq.