From 36c453d6dedfd816d887d92a4159cd18e90e3137 Mon Sep 17 00:00:00 2001 From: Sam Khawase <215221+samkhawase@users.noreply.github.com> Date: Mon, 30 Mar 2020 19:48:20 +0200 Subject: [PATCH] Added the link to tutorial to configure and integrate Auth0 to PostgREST (#312) --- ecosystem.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ecosystem.rst b/ecosystem.rst index f3e230f53..feb09410e 100644 --- a/ecosystem.rst +++ b/ecosystem.rst @@ -9,6 +9,8 @@ Community Tutorials * `PostgREST + PostGIS API tutorial in 5 minutes `_ - In this tutorial, GIS • OPS shows how to perform PostGIS calculations through PostgREST :ref:`s_procs` interface. +* `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. + .. _eco_example_apps: Example Apps