Skip to content
Alex edited this page Dec 11, 2017 · 2 revisions

Github Oauth

  • One cannot use localhost as a callback url for Github. Use lvh.me instead. Start the server and access it at http://lvh.me:<port> before initiating Github oauth.
  • The GITHUB_ environment variables defined in .env.test would work in development too.