From 47bd27badb04ceba3ea6b4846b1f0d9e85ef8605 Mon Sep 17 00:00:00 2001 From: Sam Khawase Date: Sun, 16 Aug 2020 09:26:40 +0200 Subject: [PATCH] Updated the link to the blog post for PostgREST + Auth0 tutorial --- ecosystem.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ecosystem.rst b/ecosystem.rst index 5fd90c41b..ec7f4ba24 100644 --- a/ecosystem.rst +++ b/ecosystem.rst @@ -6,7 +6,7 @@ Community Tutorials * `Building a Contacts List with PostgREST and Vue.js `_ - In this video series, DigitalOcean shows how to build and deploy an Nginx + PostgREST(using a managed PostgreSQL database) + Vue.js webapp in an Ubuntu server droplet. -* `PostgREST + Auth0: Create REST API in mintutes and add social login using Auth0 `_ - A step-by-step tutorial to show how to Dockerize and integrate Auth0 to PostgREST service. +* `PostgREST + Auth0: Create REST API in mintutes, and add social login using Auth0 `_ - A step-by-step tutorial to show how to Dockerize and integrate Auth0 to PostgREST service. * `PostgREST + PostGIS API tutorial in 5 minutes `_ - In this tutorial, GIS • OPS shows how to perform PostGIS calculations through PostgREST :ref:`s_procs` interface.