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

[msal-common] Fix expiration calculation for AuthenticationResult object #1860

Merged
merged 4 commits into from Jun 30, 2020

Conversation

pkanher617
Copy link
Contributor

This PR fixes an issue where expiration wasn't being calculated correctly.

@jasonnutter
Copy link
Contributor

Can you update the destination branch so that this diff is easier to digest?

@pkanher617 pkanher617 changed the base branch from msal-common-unifiedCache-update to dev June 30, 2020 18:13
@pkanher617 pkanher617 changed the base branch from dev to cache-cleanup-v2 June 30, 2020 18:14
@github-actions github-actions bot added the msal-common Related to msal-common package label Jun 30, 2020
@pkanher617 pkanher617 changed the base branch from cache-cleanup-v2 to dev June 30, 2020 21:00
@coveralls
Copy link

Coverage Status

Coverage increased (+0.06%) to 79.493% when pulling d7574ee on fix-expiration-issues into de65864 on dev.

* @param idToken
* @param authority
*/
private generateAccountEntity(serverTokenResponse: ServerAuthorizationTokenResponse, idToken: IdToken, authority: Authority): AccountEntity {
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Moved without changing

Copy link
Member

@sameerag sameerag left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@pkanher617 pkanher617 merged commit 8ec2586 into dev Jun 30, 2020
@pkanher617 pkanher617 deleted the fix-expiration-issues branch October 2, 2020 18:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
msal-browser Related to msal-browser package msal-common Related to msal-common package
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

6 participants