You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I saw this in lib/strategy.js:70. It only allows to get params from req.body or req.query, but koa-better-body default use req.fields as post's body field. Consider adding customization to this?
The text was updated successfully, but these errors were encountered:
I saw this in lib/strategy.js:70. It only allows to get params from req.body or req.query, but koa-better-body default use req.fields as post's body field. Consider adding customization to this?
The text was updated successfully, but these errors were encountered: