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

Add hash_parsed event #535

Merged
merged 3 commits into from
Aug 11, 2016
Merged

Add hash_parsed event #535

merged 3 commits into from
Aug 11, 2016

Conversation

gnandretta
Copy link
Contributor

The event is fired after any lock attempt to parse the url's hash part. It is a low level event for cases where you need to know if there is a login result before initializing your application. It should not be used in conjunction with the authenticated and the authorization_error events

The event is emitted every time an instance is initialized. If there
is nothing in the hash its argument will be null. Otherwise it will
have the same argument as the 'authenticated' or the
'authorization_error' event.
@gnandretta gnandretta added enhancement An enhancement or improvement to the SDK that could not be otherwise categorized as a new feature v10 labels Aug 5, 2016
@gnandretta gnandretta merged commit fed2aa5 into master Aug 11, 2016
@gnandretta gnandretta deleted the hash-parsed-event branch August 11, 2016 18:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement An enhancement or improvement to the SDK that could not be otherwise categorized as a new feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant