Skip to content

Commit

Permalink
adds logout event to castle events enum (#20)
Browse files Browse the repository at this point in the history
adds logout event to castle events enum
  • Loading branch information
pansbro12 authored Apr 11, 2024
1 parent f1032b5 commit 0c046dd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions castle.go
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ const (
EventTypeProfileReset EventType = "$profile_reset"
EventTypePasswordResetRequest EventType = "$password_reset_request"
EventTypeChallenge EventType = "$challenge"
EventTypeLogout EventType = "&logout"
)

// EventStatus is an enum defining the statuses for a given event.
Expand Down

0 comments on commit 0c046dd

Please sign in to comment.