purple-glass-17557
02/28/2024, 2:23 PM<ory_url>/ui/login
(to keep it simple)
2. The authenticated user is then redirected to the callback url pointing to the SPA.
3. The SPA is performing a request on the API (on the same domain).
4. The API must extract the session cookie, and test its validity + retrieve the full information of the session using the /sessions/whoami
endpoint.
5. Is the session is valid and the user is authenticated, act on the request.
Could you confirm my understanding of this workflow?dazzling-napkin-4938
02/28/2024, 10:51 PMrefined-kangaroo-48640
02/29/2024, 12:15 AMpurple-glass-17557
02/29/2024, 7:29 AMpurple-glass-17557
02/29/2024, 7:30 AM