canjs / can-connect-feathers

The FeathersJS client library for DoneJS and can-connect
https://canjs.com/doc/can-connect-feathers.html
MIT License
10 stars 4 forks source link

Return full response object after authentication #110

Closed DesignByOnyx closed 6 years ago

DesignByOnyx commented 6 years ago

closes #89 This allows the authentication response to return other data alongside the auth token (jwt). This is particularly useful for allowing the user object to be returned during authentication. Without this code, the client has to make a second request for the user.