-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* fix version update bug (#146) * fix codacy issue * fix codacy issues #2 * Update README.md * remove unneeded spaces * remove blank line * Update README.md * fix more codacy issues * fix refreshtoken bug * Update version to 4.0.2 * State validation (#152) * Add state validation * Handles anonymous flow * Lint * White space * Switch authorization manager * whitespace * Fix state generation * Url encode * add comment * State validation for anonymous login (#153) * state validation for anonymous login * fix codacy errors * code change for coverage * update ruby version * update xcode version for travis * update travis.yml * Fix * disable slather * Slather (#154) * travis * travis * travis * travis * travis * Remove comments * Remove comments * Fix * change kSecAttrAccessible from kSecAttrAccessibleWhenUnlocked (default) to kSecAttrAccessibleAfterFirstUnlockThisDeviceOnly for update Accesstoken in background, if accesstoken is expired, if App receive a slient push. * Revert "change kSecAttrAccessible" (#157) * update variable names in TestHelpers.swift and create enum SecAttrAccessible * create enum SecAttrAccessible * create secAttrAccess variable and generateKeyPairAttrs * create tests generateKeyPairAttrs and SecAttrAccessible * add comments for clarity * update case names and add public and keyPairAttr tests * update case names * disable codacy for forced casting * update README.md with keychain accessibility instructions * Bump up pod version to 4.1.0
- Loading branch information
Showing
15 changed files
with
361 additions
and
104 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
2.4.0 | ||
2.4.0 |
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
Oops, something went wrong.