Skip to content

Commit f1ebb32

Browse files
authored
Flutter: Add localhost to social provider redirect URI configuration (#8280)
1 parent f503812 commit f1ebb32

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

src/fragments/lib/auth/flutter/social_signin_web_ui/10_cli_setup.mdx

+9-1
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,20 @@ Choose the following options (the last steps are specific to Facebook here but a
1717
`(default)`
1818
? Enter your redirect signin URI:
1919
`myapp://`
20+
? Do you want to add another redirect signin URI
21+
`Yes`
22+
? Enter your redirect signin URI:
23+
`http://localhost:3000/`
2024
? Do you want to add another redirect signin URI
2125
`No`
2226
? Enter your redirect signout URI:
2327
`myapp://`
28+
? Do you want to add another redirect signout URI
29+
`Yes`
30+
? Enter your redirect signout URI:
31+
`http://localhost:3000/`
2432
? Do you want to add another redirect signout URI
2533
`No`
2634
? Select the social providers you want to configure for your user pool:
2735
`<choose your provider and follow the prompts to input the proper tokens>`
28-
```
36+
```

0 commit comments

Comments
 (0)