Commit eb6f15d0b4c67c70bf24d32fcc3ed1281a5ed133

Authored by Lucas Kanashiro
1 parent 1774945b

oauth_client: add callback config in documentation

Signed-off-by: Lucas Kanashiro <kanashiro.duarte@gmail.com>
Signed-off-by: Macartur Sousa <macartur.sc@gmail.com>
Showing 1 changed file with 8 additions and 0 deletions   Show diff stats
plugins/oauth_client/README.md
... ... @@ -33,6 +33,14 @@ Facebook
33 33  
34 34 [Create Facebook application](https://developers.facebook.com/docs/facebook-login/v2.1)
35 35  
  36 +Callback
  37 +========
  38 +
  39 +This is the callback path that you need to use in your app configuration:
  40 +
  41 +/plugin/oauth_client/public/callback
  42 +
  43 +
36 44 Varnish Settings
37 45 ================
38 46 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.:
... ...