多租户到我现有的angularjs应用程序

时间:2017-04-06 19:28:33

标签: angularjs apache rest nginx web

我需要在现有的angularjs应用程序中实现多租户。

我将拥有多个客户端,多个客户端将拥有许多用户,每个客户端可能都有自己的自定义。如何使用angularJS控制它?

1 个答案:

答案 0 :(得分:0)

嗯,这是一个广泛的主题......但这里有一些线索:

  • 用户成功登录后,请将其租户保留在localStorage或Cookie中。
  • 将租户传递给后续API调用,使用X-Tenant等自定义标头或/tenantxx
  • 等API前缀
  • 前缀样式表基本路径:/tenantxx/styles.css