From eb6f15d0b4c67c70bf24d32fcc3ed1281a5ed133 Mon Sep 17 00:00:00 2001 From: Lucas Kanashiro Date: Tue, 22 Mar 2016 15:33:21 -0300 Subject: [PATCH] oauth_client: add callback config in documentation --- plugins/oauth_client/README.md | 8 ++++++++ 1 file changed, 8 insertions(+), 0 deletions(-) diff --git a/plugins/oauth_client/README.md b/plugins/oauth_client/README.md index 955acb6..5528527 100644 --- a/plugins/oauth_client/README.md +++ b/plugins/oauth_client/README.md @@ -33,6 +33,14 @@ Facebook [Create Facebook application](https://developers.facebook.com/docs/facebook-login/v2.1) +Callback +======== + +This is the callback path that you need to use in your app configuration: + +/plugin/oauth_client/public/callback + + Varnish Settings ================ If varnish has been used in your stack, you've to bypass the cache for signup page and prevent cookies to be removed when calling the oauth_client plugin callback. E.g.: -- libgit2 0.21.2