1
0
Fork 0
mirror of synced 2024-07-15 19:36:08 +12:00
appwrite/docs/references/account/update-magic-url-session.md

3 lines
625 B
Markdown
Raw Normal View History

2023-09-29 01:56:27 +13:00
Use this endpoint to complete creating the session with the Magic URL. Both the **userId** and **secret** arguments will be passed as query parameters to the redirect URL you have provided when sending your request to the [POST /account/sessions/magic-url](/docs/references/cloud/client-web/account#createMagicURLSession) endpoint.
2021-08-31 19:26:36 +12:00
Please note that in order to avoid a [Redirect Attack](https://github.com/OWASP/CheatSheetSeries/blob/master/cheatsheets/Unvalidated_Redirects_and_Forwards_Cheat_Sheet.md) the only valid redirect URLs are the ones from domains you have set when adding your platforms in the console interface.