-
Notifications
You must be signed in to change notification settings - Fork 544
App: Refresh Tokens Implementation #5293
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
Changes from 1 commit
Commits
Show all changes
20 commits
Select commit
Hold shift + click to select a range
2fbd129
Add first refresh token implementation pass. Account credential persi…
langleyd b09cf74
Fix refresh token coding and persistence.
langleyd 362635a
Split MXKAccount from Data so just data can be loaded from disk witho…
langleyd 4effc7e
Merge branch 'develop' of https://github.com/vector-im/element-ios in…
langleyd 56475bb
Remove duplicated logout code and fix spinner.
langleyd 38fae3c
Temporarily point to refresh sdk branch to build alpha
langleyd 06a8d0c
Add analytics for Unauthenticated errors
langleyd 05b817f
Merge branch 'develop' of https://github.com/vector-im/element-ios in…
langleyd dbe3c6f
Update Podfile.lock
langleyd 5850d55
Update lockfile to get latest SDK.
langleyd 5006a20
Merge branch 'develop' of https://github.com/vector-im/element-ios in…
langleyd 07b9b08
Remove NSLog and fix Analytics documentation.
langleyd cb70d6d
Update pod lockfile to include fix in SDK.
langleyd e785179
Update Podfile.lock
langleyd 2f00672
Merge branch 'develop' of https://github.com/vector-im/element-ios in…
langleyd c2928ba
Fix missing bubbles cell types (from #5419)
langleyd be445ac
Revert bad merge formatting from "Merge branch 'develop' of https://g…
langleyd 2fff8d9
Fix bad formatting from merge moar.
langleyd 456e269
Add nullability checks and remove comment
langleyd d8c3992
Disable refresh tokens and revert pod and lockfile
langleyd File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 |
|---|---|---|
|
|
@@ -21,4 +21,6 @@ | |
|
|
||
| #import "MatrixKit-Bridging-Header.h" | ||
|
|
||
| #import "BuildInfo.h" | ||
|
|
||
| #endif /* RiotNSE_Bridging_Header_h */ | ||
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 |
|---|---|---|
|
|
@@ -15,3 +15,4 @@ | |
| // | ||
|
|
||
| #import "MatrixKit-Bridging-Header.h" | ||
| #import "BuildInfo.h" | ||
This file contains hidden or 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
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.