Skip to content

Commit

Permalink
Merge pull request #57 from wildlifeai/feat/56-add-android-oauth
Browse files Browse the repository at this point in the history
Added OAuth authentication flow for Android
  • Loading branch information
Burzo authored Nov 2, 2024
2 parents 765650c + 4bf8a31 commit 572f2a7
Show file tree
Hide file tree
Showing 12 changed files with 314 additions and 92 deletions.
1 change: 1 addition & 0 deletions .nvmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
20
4 changes: 4 additions & 0 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,10 @@ android {
// Workaround for https://github.com/facebook/react-native/issues/42024
// Should be fixed in the next react-native minor version
resConfigs "en"

manifestPlaceholders = [
appAuthRedirectScheme: 'com.wildlife.auth'
]
}
signingConfigs {
debug {
Expand Down
150 changes: 119 additions & 31 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 572f2a7

Please sign in to comment.