botpress / nlu

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

chore(nlu-server): add some pre-conditions for appid #172

Closed franklevasseur closed 2 years ago

franklevasseur commented 2 years ago

an app-id must follow these rules:

  1. it start with a letter or underscore
  2. it then only use letters, numbers, underscores, hyphens and forward slashes

forward slashes are allowed because I know the cloud infrastructure uses these to build an app_id from other information

Am I missing something?

franklevasseur commented 2 years ago

closing as this might break other services