-
Notifications
You must be signed in to change notification settings - Fork 248
Support using a debug app check provider during configuration #336
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
mdmathias
merged 29 commits into
mdmathias/app-attest
from
mdmathias/configure-debug-provider
Sep 8, 2023
Merged
Changes from all commits
Commits
Show all changes
29 commits
Select commit
Hold shift + click to select a range
b8a4e4d
Support using a debug app check provider during configuration
mdmathias fd77924
Update Podfile
mdmathias 5aa30fd
Use debug provider in example app running in DEBUG
mdmathias d21b7b2
Add convenience class methods for creating GIDAppCheck
mdmathias b8083da
Use targetEnvironment(simulator) instead of DEBUG
mdmathias 1332eaf
Some changes for the debug provider
mdmathias 8745b14
Clarify that configure method on GIDSignIn takes a bool
mdmathias d8fed0a
Update swift name for GIDSignIn configure method
mdmathias f25ca3f
Use new configure method in GIDSignInTest
mdmathias de9f81d
Remove use of GACAppCheckTokenProtocol per AppCheckCore api changes (…
mdmathias d35b8d9
Support using a debug app check provider during configuration
mdmathias 77ff986
Update Podfile
mdmathias 7a0f2e7
Use debug provider in example app running in DEBUG
mdmathias 8607395
Add convenience class methods for creating GIDAppCheck
mdmathias ff0d27a
Use targetEnvironment(simulator) instead of DEBUG
mdmathias f26e917
Some changes for the debug provider
mdmathias 481c3d0
Clarify that configure method on GIDSignIn takes a bool
mdmathias 7ab2910
Update swift name for GIDSignIn configure method
mdmathias 862f870
Use new configure method in GIDSignInTest
mdmathias 9d08033
Support for debug tokens including a config for secrets
mdmathias 8b08899
Resolve merge conflicts
mdmathias 39cd414
Fix xcscheme conflict
mdmathias a3a531f
Fix conflicts in GIDSignInTes
mdmathias 1920244
Remove unused param from doc comment
mdmathias ac495f0
Add AppCheckSecretReader
mdmathias 59c92de
Update GoogleSignIn.podspec dep on AppCheckCore to alpha.8
mdmathias d966e2b
Update nullability declarations for token
mdmathias 53afe33
Replace nullable with nil in doc comment
mdmathias b89114f
Update to AppCheckCore alpha.9
mdmathias 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -19,3 +19,4 @@ Podfile.lock | |
|
|
||
| # Firebase App Check Example | ||
| **/GoogleService-Info.plist | ||
| **/AppCheckSecrets.xcconfig | ||
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
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
Oops, something went wrong.
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.