From 805cdd7aa0e0def8da0f8142c8088cfa4e81fecb Mon Sep 17 00:00:00 2001 From: Dan Schultzer Date: Thu, 25 Apr 2019 14:46:11 -0700 Subject: [PATCH] Update readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d892913..e2df6c1 100644 --- a/README.md +++ b/README.md @@ -151,7 +151,7 @@ It'll automatically link with "Sign in with PROVIDER" or "Remove PROVIDER authen PowAssent has [multiple strategies](lib/pow_assent/strategies) that you can use. Let's go through how to set up the Github strategy. -First, register [a new app on Github](https://github.com/settings/applications/new) and add `http://localhost:4000/auth/github/callback` as the callback URL. Then add the following to `config/config.exs` and add the client id and client secret: +First, register [a new app on Github](https://github.com/settings/applications/new) and add `http://localhost:4000/auth/github/callback` as the callback URL. Then add the following to `config/config.exs` and add the client id and client secret (for production keys you would want to set this in `config/prod.secret.exs`): ```elixir config :my_app, :pow_assent,