You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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 likeclient_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....
The text was updated successfully, but these errors were encountered: