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

Alter OAuth2 so that you can specify the redirectPath in the url #117

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

Conversation

mansona
Copy link

@mansona mansona commented Nov 25, 2011

I need to be able to redirect to different parts of my app after authorisation and wanted to be able to specify the redirectPath in the href of the link to the everyauth handler.

for example:
I have the redirectPath set to be /#/dashboard in my app but if I wanted to go somewhere else after logging in with facebook i can link to http://myapp.com/auth/facebook?redirect_path=/#/sendmessage and this will redirect me to /#/sendmessage after logging in.

This will need to be incorporated into the other methods of authentication but at least it is a start.

@juniorplenty
Copy link

Need this as well - did it ever get pulled?

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.

2 participants