PipedreamHQ / PipedreamHQ/pipedream
[Components] ory
- 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
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