Is it safe to have a frontend (UI) trigger the bac...
# ory-selfhosting
c
Is it safe to have a frontend (UI) trigger the backend to handle communication w/ Kratos? (registration as an example): • Creating the registration (flow_id) • Getting the registration flow and returning redirect to UI registration page • Submitting registration flow w/ identity registration details from UI
s
as long as you forward the csrf tokens it should be safe
gratitude thank you 1
best would be to just forward everything
👍 1