-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix/issue 158 Added encryption to the access token (#160)
* fix/issue-158 - Added encryption to access token similar to the refresh tokens - Changed authguard to resolve access token from cookies - Changed req interface to incorporate separate iv's for refresh and access tokens - Minor refactoring * updated screenshots * Update README.md * excluded out-of-office events from calender events list * added searchPeople method in mock service * fix/issue-158 Updated contribution docs --------- Co-authored-by: Ali Ahnaf <[email protected]> Co-authored-by: Propo41 <[email protected]>
- Loading branch information
1 parent
7e4dd4e
commit a923b66
Showing
5 changed files
with
43 additions
and
29 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters