Skip to content

[msal-common] Configuration and Client #1325

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

Merged
merged 17 commits into from
Mar 17, 2020
Merged

Conversation

sameerag
Copy link
Member

This PR is the first for msal-node and does the following:

  • Move around config and app modules
  • Rename them to be more generic

This will be followed up with a PublicClientApplication for msal-node and PublicClientSPAApplication for msal-browser working. Currently this branch is compilable only with msal-common.

@sameerag sameerag changed the base branch from dev to authorization-code-flow-base February 28, 2020 21:49
@sameerag sameerag changed the base branch from authorization-code-flow-base to msal-node-scaffolding March 2, 2020 09:39
@sameerag sameerag changed the title Msal node base [msal-node] Configuration and Client Mar 2, 2020
@sameerag sameerag mentioned this pull request Mar 2, 2020
1 task
@sameerag sameerag changed the title [msal-node] Configuration and Client [msal-common] Configuration and Client Mar 2, 2020
@sameerag sameerag mentioned this pull request Mar 2, 2020
1 task
@DarylThayil
Copy link
Contributor

/lib/.DSStore should be ignored

Copy link
Contributor

@pkanher617 pkanher617 left a comment

Choose a reason for hiding this comment

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

Left a couple comments that should be addressed, otherwise looks good. +1 for tests, great job!

@sameerag sameerag self-assigned this Mar 2, 2020
@sameerag
Copy link
Member Author

sameerag commented Mar 2, 2020

@DarylThayil The ignore rules for .gitignore currently are:

MSAL specific ignore files

node_modules/
typings/
lib/

Doesn't this include /lib/.DSStore?

@jasonnutter
Copy link
Contributor

A pattern for .DS_Store files should be added to the root gitignore (doesn't appear to be there), and the ds_store file in this commit should be deleted.

@sameerag
Copy link
Member Author

sameerag commented Mar 3, 2020

Ah! I was looking at the wrong place!

Copy link
Contributor

@jmckennon jmckennon left a comment

Choose a reason for hiding this comment

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

Looks good now!

Copy link
Contributor

@pkanher617 pkanher617 left a comment

Choose a reason for hiding this comment

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

Update from dev to make sure all added tests are passing, I will approve once this is done.

Copy link
Contributor

@pkanher617 pkanher617 left a comment

Choose a reason for hiding this comment

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

Builds are still failing but approving for now.

@sameerag sameerag merged commit f1ff359 into msal-node-scaffolding Mar 17, 2020
@sameerag sameerag linked an issue Mar 17, 2020 that may be closed by this pull request
1 task
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.

msal-node Configuration
6 participants