Skip to content

[msal-node][msal-common] Client applications, authorization code and device code implementation #1409

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 27 commits into from
Mar 26, 2020
Merged
Show file tree
Hide file tree
Changes from 25 commits
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
70a9dec
generateUrl initial changes
sameerag Mar 15, 2020
c661000
End-to-end Authorization code grant with PKCE for msal-node
sameerag Mar 16, 2020
ae7a430
Add .DS_Store to gitignore
sameerag Mar 16, 2020
2ab34e9
Add conditional check for code_challenge
sameerag Mar 16, 2020
ff95f27
Commit lerna bootstrap changes
sameerag Mar 16, 2020
c6c4cca
more lerna changes
sameerag Mar 16, 2020
54e4ca1
add axios
sameerag Mar 16, 2020
dd87af5
fixing tests
sameerag Mar 16, 2020
5b9f0e5
fixing more tests
sameerag Mar 16, 2020
14965b2
Updating test path for windows
sameerag Mar 17, 2020
ed4717e
moving "axios" to a regular dependency
sameerag Mar 17, 2020
bc75b89
removing the print statement
sameerag Mar 17, 2020
8518076
Merge pull request #1383 from AzureAD/msal-node-lerna
sameerag Mar 17, 2020
495b222
Changing helpers to be member functions
sameerag Mar 17, 2020
d0a0355
Improve readability by undoing some of the "prettify" changes
sameerag Mar 17, 2020
eb56f70
Add device code implementation.
Mar 18, 2020
642684f
Merge branch 'msal-node-generate-request' into sagonzal/device-code
Mar 18, 2020
9f2062b
Add device code sample
Mar 18, 2020
eba0ceb
Clean up device code implementation
Mar 19, 2020
0a2b5e4
Add msal-node auth code sample
Mar 19, 2020
f883bcb
Add comments. Refactor.
Mar 21, 2020
ee3f5fa
Add comments. Delete unused code.
Mar 23, 2020
9bb12b9
Merge branch 'msal-node-network' into sagonzal/device-code
Mar 23, 2020
a47d073
Delete unused configuration
Mar 23, 2020
13355ee
Clean up unused code
Mar 23, 2020
865ec6f
Rename CryptoOps to CryptoProvider
Mar 24, 2020
bf0e3d8
Refactor to make testing easier. Update comments.
Mar 26, 2020
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -251,6 +251,10 @@ paket-files/
.idea/
*.sln.iml

# .DS_Store
.DS_Store
.DS_Store?

# MSAL specific ignore files
node_modules/
.nyc_output/
Expand Down
Binary file removed lib/.DS_Store
Binary file not shown.
41 changes: 11 additions & 30 deletions lib/msal-angular/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading