Skip to content

Commit

Permalink
docs: update events.md
Browse files Browse the repository at this point in the history
  • Loading branch information
panva committed Oct 11, 2021
1 parent 3b2b8b6 commit 2d3cae0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/events.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Events

Your oidc-provider instance is an event emitter, `this` is always the instance. In events where
Your oidc-provider instance is an event emitter, in the event handlers `this` is always the
Provider instance. In events where
`ctx` (request context) is passed to the listener `ctx.oidc`
[OIDCContext](/lib/helpers/oidc_context.js) holds additional details like recognized parameters,
loaded client or session.
Expand Down

0 comments on commit 2d3cae0

Please sign in to comment.