Hello Community im new here and have one Question.
Website Link: http://global-dreams.de
The Question is why i get after Login this Url “see Picture” how can i set this back to normal url ?
http://fs5.directupload.net/images/160225/dx9dtyv7.png
Best Regards
RatexIndex
3ventic
February 25, 2016, 5:16pm
#2
Because that is how the access token is passed to the application in implicit grant flow , and the site does not remove it from the URL itself. window.location.hash
lets you access the hash part of the URL in javascript.
1 Like
#Edit i check this now 8 Hours and i cant fix it, anyone can give me a introduction ?
night
February 27, 2016, 1:21am
#4
After authorizing a user and getting their token, use the following JavaScript to remove the hash:
window.location.hash = '';
1 Like
Thanks yes its now working sorry for the late response but my SSD is down ^^
system
closed
April 2, 2016, 10:47am
#6
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.