From: Michael V. DePalatis Date: Wed, 26 Jun 2019 15:35:20 +0000 (-0600) Subject: Update database backend reference X-Git-Tag: v6.1.0b1~61^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F2692%2Fhead;p=thirdparty%2Ftornado.git Update database backend reference --- diff --git a/docs/guide/security.rst b/docs/guide/security.rst index 03cff0da9..0dedabc3e 100644 --- a/docs/guide/security.rst +++ b/docs/guide/security.rst @@ -169,7 +169,7 @@ not be appropriate for non-browser-based login schemes. Check out the `Tornado Blog example application `_ for a complete example that uses authentication (and stores user data in a -MySQL database). +PostgreSQL database). Third party authentication ~~~~~~~~~~~~~~~~~~~~~~~~~~