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

Fixed issue with emulated oauth token. #1738

Merged
merged 1 commit into from
Aug 16, 2019
Merged

Conversation

tonyanziano
Copy link
Contributor

@tonyanziano tonyanziano commented Aug 16, 2019

There was an issue when the Emulator would fallback to sending an emulated oauth token (in the case that we couldn't generate a sign-in link for a genuine oauth token), where the conversation id was being sent as the token instead of a token with the following format:

emulatedToken_<GUID>

which was being passed along from this function call in hyperlinkHandler.ts

===

Before fix:

fix_before

After fix:

fix_after

@coveralls
Copy link

Coverage Status

Coverage decreased (-0.04%) to 65.295% when pulling f13fca5 on toanzian/emulated-token into f8e7976 on master.

@cwhitten cwhitten merged commit 1f21dab into master Aug 16, 2019
@cwhitten cwhitten deleted the toanzian/emulated-token branch August 16, 2019 21:19
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

Successfully merging this pull request may close these issues.

3 participants