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

URI fragment prevent to send params in Confirmation URL #213

Closed
edymerchk opened this issue Apr 11, 2015 · 0 comments
Closed

URI fragment prevent to send params in Confirmation URL #213

edymerchk opened this issue Apr 11, 2015 · 0 comments

Comments

@edymerchk
Copy link
Contributor

Hi, thanks for this project !

I'm using this project to build a Rails API and connect an iOS app.

After the user confirm his account using the email link, the user is redirect to redirect_url, an endpoint that I'm using is stored in the rails app, here I need params like client_id to show a proper message to the user, the issue is that I'm not getting those params in the server because the URI fragment is preventing to send those to the server.

the url that I'm getting is something like:

http://localhost:3000/confirmations/index#?account_confirmation_success=true&client_id=fUMVmKcDida3g....

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

No branches or pull requests

1 participant