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-node Cache #1273

Closed
1 task done
sameerag opened this issue Feb 10, 2020 · 4 comments
Closed
1 task done

msal-node Cache #1273

sameerag opened this issue Feb 10, 2020 · 4 comments
Assignees
Labels
internal Issues created by MSAL.js team for internal tracking.

Comments

@sameerag
Copy link
Member

sameerag commented Feb 10, 2020

Upcoming Library

  • @azure/msal-node@1.x

Description

Cache module for msal-node

  • Well defined boundaries between msal-common and msal-node for cache
  • Design well defined interfaces and implementation to support SSO between python/java/.net libraries with node => Serialized cache objects
  • Documentation for cache module design and future hooks (For async cache storage - indexDB which may be needed for POP)
  • Cache cleanup APIs for all scenarios
  • Formalize the contract with Azure SDK extension library which is being developed by Johnathan Turner (@sameerag working in sharing the documentation as the work progress) - This is tracked with this PR but the work happens out of the library scope

Priority

Alpha branch by Q4 end

Acceptance Criteria

  • Unit tests
  • Dev samples test against cache operations for different platforms
  • End-to-end use cases in dev samples to test cache
@sameerag sameerag added the internal Issues created by MSAL.js team for internal tracking. label Feb 10, 2020
@sameerag sameerag self-assigned this Feb 18, 2020
@sameerag
Copy link
Member Author

sameerag commented Apr 1, 2020

#1444 is the first of the series of PRs to support this

@sameerag
Copy link
Member Author

sameerag commented Apr 9, 2020

#1471 is the second PR in the series to support this

@sameerag
Copy link
Member Author

#1519 #1520 #1522 #1622 #1652 #1624 #1655 #1680: PRs related to cache

@sameerag
Copy link
Member Author

sameerag commented Jul 1, 2020

All cache support is now in the library: #1258 lists all the cache related PRs in a section. Closing this.

@sameerag sameerag closed this as completed Jul 1, 2020
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Aug 30, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
internal Issues created by MSAL.js team for internal tracking.
Projects
None yet
Development

No branches or pull requests

1 participant