-
Notifications
You must be signed in to change notification settings - Fork 118
Is there an Authenticated Event #235
Comments
You can create custom events for this: http://docs.feathersjs.com/real-time/events.html |
If you need to only send the authenticated event to certain users, you'll need to use http://docs.feathersjs.com/real-time/filtering.html |
So, I'm assuming I would create an after |
Yeah.
|
You can access the app at |
Awesome, thanks for the quick replies @marshallswain. |
Is there an event that gets fired when a user is authenticated / unauthenticated? I don't see anything in the docs about it.
My application state needs to change when a User's signs in and out.
The text was updated successfully, but these errors were encountered: