feathersjs-ecosystem / authentication-oauth2

[MOVED] OAuth 2 plugin for feathers-authentication
https://github.com/feathersjs/feathers
MIT License
26 stars 15 forks source link

Fix for Update an existing entity in verifier #18 #86

Closed nsainaney closed 6 years ago

nsainaney commented 6 years ago

This is a cleaner fix for issue #18 and does not require changes to any existing code. The user will, however, have to enable cookies for social linking to work and add cookie-parser

daffl commented 6 years ago

Actually just realized that this will work through https://github.com/feathersjs/authentication-jwt/pull/55 if cookies are enabled, no cookie parser necessary. Thank you again, this is great work!