ok, so far this is what I have understood. using kratos I manage the login/registration bit. Use the browser login flow. and use the post url to submit the login request.
Once done, use hydra to generate the access and refresh tokens, and use that for api calls from front-end.
is this correct?