diff --git a/README.md b/README.md index a83052c..499b893 100644 --- a/README.md +++ b/README.md @@ -81,13 +81,7 @@ white_list_path: scheme: http ``` -### 5. Implement validation of the token - -Update your servers to check the token. - -The token is on the HTTP header at `X-Torima-Proxy-Token`, so validate it on your source code. - -### 6. Deploy +### 5. Deploy Deploy the server using the following command: @@ -95,6 +89,10 @@ Deploy the server using the following command: docker-compose up ``` +## Tips + +The user ID is on the `X-Torima-UserID` header on your server. + ## Example [This repository](https://github.com/ochanoco/torima-demo) shows the example.