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

Simplify createData #38

Closed marshallswain closed 7 years ago

marshallswain commented 7 years ago

https://github.com/canjs/can-connect-feathers/blob/3.0/session/session.js#L52

This can probably use the makeSession function if the call to verifyJWT is removed.

marshallswain commented 7 years ago

Closed in https://github.com/canjs/can-connect-feathers/pull/39