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

Instagram Auth Changes Merged #625

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

patricknmahoney
Copy link

the commits are reasonably well explained but I'll stay reachable. if you prefer rebasing / cherry picking yourself (tbh my preference too), I have branches on my fork to that effect. oh yeah and it passes spec on my computer, so this is partially to verify with the help of the CI

cheers
-patrick

Patrick Mahoney added 2 commits September 7, 2014 22:23
- registered as external submodule
- implemenation in providers directory

added mapping to create_user functionality
 - in internal app, named routes/methods for instagram
 - stubbed/tested changes in controller_oauth_2_spec
   - (note some reformatting changes, not logic changed)
 - in instagram provider, change logic for testing strategy

Conflicts:
	spec/rails_app/app/controllers/sorcery_controller.rb
@patricknmahoney
Copy link
Author

^ @arnvald eg when I say I have branches on my fork to that effect, I mean branches not-merged and having my commits independently to / without the 3 you merged in master this weekend.

@patricknmahoney
Copy link
Author

@arnvald as always feel free to let me know if you encounter issues

def build_access_scope!
valid = /\A(basic|comments|relationships|likes)$/

if !access_permissions.present?
Copy link
Collaborator

Choose a reason for hiding this comment

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

We can replace it with if access_permissions.blank? - it's easier to read

@hendricius
Copy link

Hey folks - what's the state here? Is this something where I can help on?

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

3 participants