After Login it shows #access_token=

After authorizing a user and getting their token, use the following JavaScript to remove the hash:

window.location.hash = '';
1 Like