I'm planning to use Ory Kratos for SMS OTP-based a...
# general
i
I'm planning to use Ory Kratos for SMS OTP-based authentication and user management, with Golang and the Echo framework for implementation. I have APIs for sending and verifying OTPs but am struggling with the integration. Specifically, I need help implementing registration, login, and user/identity CRUD APIs. Could you provide a process outline or reference to any blogs or articles that cover this integration?
m
Hello @icy-architect-79002 what do you need help with specifically? You can find the API reference for Ory Kratos here: https://www.ory.sh/docs/kratos/reference/api
see here also for some implementation examples and more: https://github.com/ory/awesome-ory
i
How to integrate extrernal SMS APIs with builtin mechanism of Ory Kratos?