在我看到的关于 thinktecture 的所有示例中,我看到他们使用InMemoryUser
对象来表示用户。这也适用于生产代码吗?我该怎么做?
问问题
70 次
1 回答
1
从身份服务器文档中:
这仅适用于测试和开发 - In-Memory Services and Stores
您将需要UserService的实现来替换它。
他们也有一些部署的通用指南,你应该在部署到生产环境之前检查一下。
于 2016-01-12T20:12:35.137 回答