Skip to content

Instantly share code, notes, and snippets.

@lucassimon
Last active June 8, 2021 18:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lucassimon/20ad21664af0458df13363a1a58a7dcf to your computer and use it in GitHub Desktop.
Save lucassimon/20ad21664af0458df13363a1a58a7dcf to your computer and use it in GitHub Desktop.
OryHydraClient::CreateIdentity
require 'ory-kratos-client'
instance = OryHydraClient::CreateIdentity.new(
schema_id: null,
traits: {
email: 'test@example.com'
}
password: 'some password'
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment