Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use standard path for oauth callback. Update docs, including upgrade steps. #7

Merged
merged 4 commits into from Aug 28, 2015

Conversation

mattscilipoti
Copy link
Contributor

  • session: use SESSION_SECRET (this isn’t GH related)
  • auth: use standard oath callback url, update doc
  • fail early and often
    • use #fetch
    • raise RestClient failure (was hiding invalid callback uri messages and
      similar)
  • use existing variables instead of referencing ENV multiple locations
    (especially since there were typos)
  • extract github_oauth_callback_url, github_oauth_authorize_url

mattscilipoti added 4 commits August 25, 2015 12:14
- fail early and often
  - use #fetch
  - raise RestClient failure (was hiding invalid callback uri messages and similar)
- use existing variables instead of referencing ENV multiple locations (especially since there were typos)
- extract github_oauth_callback_url, github_oauth_authorize_url
### Set ENV variables

This app loads ENV variables from the (uncommitted) env.rb file.
- Copy "env.example.rb" to "env.rb" and
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@jshawl
Copy link
Contributor

jshawl commented Aug 26, 2015

👍 looks great!!!

@mattscilipoti mattscilipoti merged commit 52d66a4 into master Aug 28, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants