PipedreamHQ / PipedreamHQ/pipedream

[Components] ory

Open
#15,605 0 comments 0 reactions 0 assignees View on GitHub
triaged
Dominant language
JavaScript
Stars
11.7k
Forks
5.8k
Avg merge
3d 10h
Merged PRs (30d)
101

Description

# ory
## URLs
- https://www.ory.sh/docs/reference/api
## Webhook Sources
### new-identity-instant
#### Description
Emit new event when a new identity is created in Ory. Users can configure identity traits to filter specific identities.
### new-session-instant
#### Description
Emit new event when a user logs in and a new session is created. Users can configure to filter sessions based on identity traits or session duration.
### new-verification-request-instant
#### Description
Emit new event when a new verification request (e.g., email verification) is initiated. Useful for tracking identity verification processes.
## Actions
### create-identity
#### Description
Create a new identity in Ory. Requires identity traits and schema ID.
### invalidate-session
#### Description
Invalidate an existing user session by specifying the session ID. Useful for logging users out remotely.
### send-verification-email
#### Description
Send a verification email to a user by providing their identity ID or email address.

Contributor guide

Open the contributing guide

Research direction

Start with the Ory API reference at https://www.ory.sh/docs/reference/api and locate the existing component structure in the repository. Implement the three webhook sources and three actions described in the issue, then verify that each exposes the stated inputs and behavior against Ory.

Written by the indexing model from the issue text.

Assessment

Tech stack
javascript
Domain
api, backend
Issue type
Feature
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.