Skip to content

Commit 8c95e13

Browse files
Added production note regarding nginx
1 parent 708e820 commit 8c95e13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ YOLO! Congraulations, you made it through and accessed the protected resource!
3939
## Security
4040

4141
### SSL/TLS
42-
When working with OAuth 2.0, all communications must be encrypted with SSL/TLS. This example uses auto-generated SSL certificates, however in a production environment you should use a more formal, widely trusted certificate associated with your domain.
42+
When working with OAuth 2.0, all communications must be encrypted with SSL/TLS. This example uses auto-generated SSL certificates, however in a production environment you should use a more formal, widely trusted certificate associated with your domain. In addition, requests should be handled by something like NGINX and proxied to the authentication service.
4343

4444
*Note: Add `-k` to your curl arguments if you are working with an untrusted development server running under SSL/TLS.*
4545

0 commit comments

Comments
 (0)