Happy new year all! When writing services to conn...
# talk-kratos
c
Happy new year all! When writing services to connect to Kratos/ORY in general, is it sensible to call the API endpoints directly? E.g. If I want to build a login or consent form, would it be a bad idea to use
<form>
elements and actions to execute the Kratos api calls, rather than using the SDKs? I ask because it seems like (at least in Javascript) there is some difference in how errors are handled in these two cases.