From c1f7bcb85054278709acafc07f5186fb8ad5ddc6 Mon Sep 17 00:00:00 2001 From: Alex Bilbie Date: Wed, 1 Oct 2014 08:49:18 +0100 Subject: [PATCH] Clarificiation that event "may" be emitted --- auth-server-events.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/auth-server-events.md b/auth-server-events.md index 25debfe8..0f64d0e5 100755 --- a/auth-server-events.md +++ b/auth-server-events.md @@ -6,7 +6,7 @@ permalink: /authorization-server/events/ # Authorization server events -During the lifecycle of a request passing through the authorization server a number of events are emitted. +During the lifecycle of a request passing through the authorization server a number of events may be emitted. You can subscribe to these events by attaching listeners to the authorization server.