Pierre Burgy

Results 4 comments of Pierre Burgy

This is how we implemented the providers authentification for [Strapi](http://strapi.io/documentation/users) : https://github.com/wistityhq/strapi-generate-users/blob/master/files/api/user/controllers/Auth.js

Excellente idée @oncletom! Dites-moi si je peux aider.

@benediktdertinger formatting your model like below should fix the problem: ``` module.exports = { tableName: 'users', attributes: { firstName: { type: 'string', defaultsTo: null }, lastName: { type: 'string', defaultsTo:...

@benediktdertinger unfortunately not.