angular-sailsjs-boilerplate
angular-sailsjs-boilerplate copied to clipboard
'Boilerplate' for AngularJS + Sails.js
Hi there, First off - thanks for providing this splendid framework. One thing I noted in the backend: After installation and lifting, when attempt to login with credentials demo /...
First error - requires python, no problem. Second error - requires MSBuild.exe, took some time but I figured it out. Third error: ``` C:\Source\angular-sailsjs-boilerplate\frontend\node_modules\gulp-sass\node_modules\node-sass>if not defined npm_config_node_gyp (node "C:\Program Files\nodejs\node_modules\npm\bin\node-gyp-bin\\..\..\node_modules\node-gyp\bin\node-gyp.js"...
How can I use app.js of the frontend inside ionic?
You can reproduce it just by changing the connection from sails-disk to sails-mongo. When trying to log in you get a 401 (Unauthorized). It seems that the variable user is...
All the authentication policy does it check to see if a token exists and is formatted correctly, it never checks if it's valid. PR: https://github.com/tarlepp/angular-sailsjs-boilerplate/pull/89
Is there a reason for no user reg? Thanks and looking for a recommendation on how best to handle new signups
There are some problem in the frontend injection. These are the errors showed in the browser's console: ``` Uncaught Error: [$injector:modulerr] Failed to instantiate module frontend due to: Error: [$injector:modulerr]...
Why if the localstorage has credential there are empty field "Username" at admin/loginhistory  but after logout and relogin Username appear there see screenshot  and where to find code...
Thank you very much for this boilerplate, @tarlepp , quite useful :) I've seen you have included Highcharts as a dependency lately and I also need some charts for my...
And why? That's why https://auth0.com/blog/2015/03/31/critical-vulnerabilities-in-json-web-token-libraries/