Browse Source

Merge branch 'dev' of https://github.com/abpframework/abp into dev

pull/4790/head
Halil İbrahim Kalkan 6 years ago
parent
commit
67ed4b37c3
  1. 4
      docs/en/Startup-Templates/Module.md
  2. 4
      docs/zh-Hans/Startup-Templates/Module.md

4
docs/en/Startup-Templates/Module.md

@ -149,6 +149,10 @@ The diagram below shows the relation of the applications:
`.Web.Host` project uses OpenId Connect Authentication to get identity and access tokens for the current user from the `.IdentityServer`. Then uses the access token to call the `.HttpApi.Host`. HTTP API server uses bearer token authentication to obtain claims from the access token to authorize the current user.
##### Pre-requirements
* [Redis](https://redis.io/): The applications use Redis as as distributed cache. So, you need to have Redis installed & running.
##### How to Run?
You should run the application with the given order:

4
docs/zh-Hans/Startup-Templates/Module.md

@ -149,6 +149,10 @@ abp new Acme.IssueManagement -t module --no-ui
`.Web.Host` 项目使用OpenId Connect身份认证从`.IdentityServer`获取当前用户的身份和访问令牌. 然后使用访问令牌调用 `.HttpApi.Host`. HTTP API 服务器使用bearer token验证访问令牌获取当前用户声明并授权用户.
##### 前置条件
* [Redis](https://redis.io/): 应用程序使用Redis做分布式缓存,你需要安装并运行Redis.
##### 如何运行?
你需要按照以下顺序运行应用程序:

Loading…
Cancel
Save