lucj / sails-oauth2-api

140 stars 34 forks source link

Waterline updated #5

Closed javm closed 9 years ago

javm commented 9 years ago

Hi @lucj sails-oauth2-api is really helpful to understand oauth2 basic flows, I was using it with node v0.11.14 and sails 0.10.5, so I upgraded the code for that, basically I changed some waterline calls to 'done' by 'exec' that is the current way to execute a query. Check it out and hope it helps to upgrade it, if you think is needed.

pburtchaell commented 9 years ago

This is good :+1:

lucj commented 9 years ago

Thanks a lot @javm for the changes.

javm commented 9 years ago

Thank you @lucj