From 89b49264ad7cb2cb2b9b89e8a315ec14edd4fdb9 Mon Sep 17 00:00:00 2001 From: "Michael V. DePalatis" Date: Wed, 26 Jun 2019 09:35:20 -0600 Subject: [PATCH] Update database backend reference --- docs/guide/security.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guide/security.rst b/docs/guide/security.rst index 03cff0da..0dedabc3 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 ~~~~~~~~~~~~~~~~~~~~~~~~~~