Граф коммитов

4 Коммитов

Автор SHA1 Сообщение Дата
AdamCrabtreeMSFT faf765abce This commit updates the readme to give more information on how running the application should work.
This commit also contains the 'log out' code for MSAL, by removing the oAuth2 token from the Graph Notifications Client.
2020-01-03 13:52:00 -08:00
AdamCrabtreeMSFT 6ac376c696 Updating in response to some PR comments. This commit
1.Changes the name of the APNSToken and the setter for it.
2. Updates the license files to be actually correct.
2020-01-03 11:23:44 -08:00
AdamCrabtreeMSFT f1947a8956 This commit modifies the .gitignore file correctly to remove unneeded files. This also retro-actively removes these unneeded files from the previous commits with the command
git ls-files -ci --exclude-standard -z | xargs -0 git rm --cached
2020-01-02 11:54:42 -08:00
AdamCrabtreeMSFT f3c3c53e21 This commit fixes multiple issues identified by PR commentors.
1.It updates the header readme of all files to the correct liscense.
2.APNSToken has been changed from a singleton pattern to directly return the APNSToken from a a class-wide message implemenation method.
3. Removed all references to Project Rome.
4. Removing adaptive cards as it is no longer needed.
5. Fixing MSA scopes.
6. Deduping code between MSA and AAD logins.
7. Updating Secrets.h to have the required paramaters in the new graph notifications client.
2020-01-02 11:42:16 -08:00