Skip to content

Commit a2e0f04

Browse files
authored
readme should mention that appAuthRedirectScheme must be lowercased for application be able to catch authorization redirect (#659)
1 parent 52a2bc0 commit a2e0f04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -410,7 +410,7 @@ android {
410410
```
411411
412412
The scheme is the beginning of your OAuth Redirect URL, up to the scheme separator (`:`) character. E.g. if your redirect uri
413-
is `com.myapp://oauth`, then the url scheme will is `com.myapp`.
413+
is `com.myapp://oauth`, then the url scheme will is `com.myapp`. The scheme must be in lowercase.
414414
415415
NOTE: When integrating with [React Navigation deep linking](https://reactnavigation.org/docs/deep-linking/#set-up-with-bare-react-native-projects), be sure to make this scheme (and the scheme in the config's redirectUrl) unique from the scheme defined in the deep linking intent-filter. E.g. if the scheme in your intent-filter is set to `com.myapp`, then update the above scheme/redirectUrl to be `com.myapp.auth` [as seen here](https://github.com/FormidableLabs/react-native-app-auth/issues/494#issuecomment-797394994).
416416

0 commit comments

Comments
 (0)