Hi all! 👋 Ory supports multiple identity schemas with different traits, but the self-service registration flow seems to only support the default schema.
How can I implement two separate registration pages—one for users of schema A and another for users of schema B? Is there a way to specify which schema to use per registration flow? I know I can create identities via the Admin API, but in that case, I can’t set a password without hashing it myself, which adds complexity I’d like to avoid.
Any ideas?