Skip to content

Commit 9c4f356

Browse files
authored
Remove unnecessary steps
1 parent bda8503 commit 9c4f356

File tree

1 file changed

+2
-16
lines changed

1 file changed

+2
-16
lines changed

python-flask-magic-link-example/README.md

Lines changed: 2 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -94,25 +94,11 @@ An example Flask application demonstrating how to use the [WorkOS Python SDK](ht
9494

9595
## Magic Link Setup with WorkOS
9696

97-
Follow the [SSO authentication flow instructions](https://workos.com/docs/magic-link/guide) to set up an SSO connection.
98-
99-
When you get to the step where you provide the `REDIRECT_URI` value, use http://localhost:5000/success. This must be the default `REDIRECT_URI` in your dashboard if there are multiple.
100-
101-
If you get stuck, please reach out to us at [email protected] so we can help.
97+
Change the default REDIRECT_URI value in the "Configuration" page of your WorkOS dashboard to http://localhost:5000/success.
10298

10399
## Testing the Integration
104100

105-
1. Naviagte to the `python-flask-magic-link-example` directory. Source the virtual environment we created earlier, if it isn't still activated from the steps above. Start the Flask server locally.
106-
107-
```bash
108-
$ cd ~/Desktop/python-flask-sso-example/
109-
$ source env/bin/activate
110-
(env) $ flask run
111-
```
112-
113-
Once running, navigate to http://localhost:5000 to test out the magic link workflow.
114-
115-
Hooray!
101+
1. Naviagte to http://localhost:5000 to test out the Magic Link flow!
116102

117103
## Need help?
118104

0 commit comments

Comments
 (0)