With the javascript `ory-client`, any example how ...
# ory-network
r
With the javascript
ory-client
, any example how to use what was
submitSelfServiceLoginFlow
before? trying to update our app but I fail to understand what it expects. and another question,
FrontendApi.getLoginFlow()
— I had something similar before where I basically take the flowId from the URL and get all the fields and the csrf token, etc. to render the form on our end. how do you use this method now?
1