From 6e7349d76c666e9ab26dc4974ea5892e6fea0a14 Mon Sep 17 00:00:00 2001 From: Joe Nelson Date: Sun, 16 Oct 2016 13:54:05 -0700 Subject: [PATCH] SSL --- auth.rst | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/auth.rst b/auth.rst index e77dad5ae..d02f6affb 100644 --- a/auth.rst +++ b/auth.rst @@ -114,8 +114,7 @@ To adapt Auth0 to our uses we need to save the database role in `user metadata < SSL === -Custom Validation -================= +PostgREST aims to do one thing well: add an HTTP interface to a PostgreSQL database. To keep the code small and focused we do not implement SSL. Use a reverse proxy such as NGINX to add this, `here's how `_. Note that some Platforms as a Service like Heroku also add SSL automatically in their load balancer. Schema Isolation ================