hallowed-machine-21324
01/20/2023, 7:14 PMhallowed-machine-21324
01/20/2023, 7:16 PMhallowed-machine-21324
01/20/2023, 7:17 PMhallowed-machine-21324
01/21/2023, 1:55 PMhallowed-machine-21324
01/23/2023, 4:12 AMhallowed-machine-21324
01/23/2023, 4:12 AMproud-plumber-24205
01/23/2023, 9:34 AMhallowed-machine-21324
01/24/2023, 8:31 AMhallowed-machine-21324
01/24/2023, 8:33 AMhallowed-machine-21324
01/24/2023, 8:34 AMhallowed-machine-21324
01/24/2023, 8:34 AMhallowed-machine-21324
01/24/2023, 8:38 AMhallowed-machine-21324
01/24/2023, 8:40 AMhallowed-machine-21324
01/24/2023, 8:57 AMproud-plumber-24205
01/24/2023, 10:04 AMbut I am posting the request through SDK, my frontend will not post the request to the kratos directly,please don't do this. if you are writing a browser application (even if it is rendered by the server) then the browser needs to submit the flow due to the use of cookies and csrf protection. You should: 1. Create the flow in the backend 2. Render the UI from the server (go templates for example) 3. Have the UI (in the browser) submit the form (native submit) 4. Ory will redirect you back to the designated URL (e.g. your server) 5. Handle any errors on your server -> repeat step 2 - 4 6. Success! the server now renders the protected page.
proud-plumber-24205
01/24/2023, 10:08 AM