Philippe Corrèges

Results 9 comments of Philippe Corrèges

Hi @gezquinndesign. Thanks for that. Unfortunately that is not of a big help for me. I am a too much newbee :)

Yup, of course. Everything is ok. I am stuck in front of this. I'll tell you as I need to master this. I nonetheless remember there was a sample somewhere...

Hi @gezquinndesign I'll tell you once done. Thanks!

Hi @gezquinndesign i do not see the above methods in the sample URL you provided. Am I doing wrong? I nonetheless created a stackoverflow for that: [https://stackoverflow.com/questions/55635072/how-to-implement-reset-password-with-loopback-frameword-and-sdk-builder-client-s](https://stackoverflow.com/questions/55635072/how-to-implement-reset-password-with-loopback-frameword-and-sdk-builder-client-s) Here is not...

Just retried the SDK generation... It mainly adds a / like here: public **/**(dataset: any = {}, q: any = {}, customHeaders?: Function): Observable { I do not think it...

Also if I set in model-config.json: "User": { "dataSource": "database", "public": **true** }, no more warning and also, the app is working fine. That means that having User public set...

Same here with error : ERROR in multi main Module not found: Error: Cannot resolve module 'server' in /Users/IOSoftwareSAS/WebstormProjects/angular2-authentication-sample @ multi main

Hi, This can solved server side by : app.use(lusca({ **csrf: { angular: true },** csp: { policy: { 'default-src': '\'self\'', 'img-src': '_', 'style-src': '_' }}, xframe: 'SAMEORIGIN', p3p: 'ABCDEF', hsts:...

Yes this is the same. On my side I simply suppressed those lines (setting csrf to false) as they are not relevant for jwt.