I am currently pouring over login strategies, as w...
# contributors
b
I am currently pouring over login strategies, as well as how they are registered, is there any developer documentation about the different strategies? As far as I see the only two flows documented are password2 and oidc. I assume I am missing something.
m
Those are the two methods supported by Ory Kratos currently. Are you looking for the MFA documentation? I think that is still in progress, but I can check again Monday 🙂
b
I'm trying to learn how I might implement "email only" login, so trying to learn how the existing method work internally.