kraken-example-with-passport
kraken-example-with-passport copied to clipboard
An example integrating kraken with passport authentication
Hi, It would be really great if this example was updated with newest kraken and passport. Is that a possibility?
In this example using the '_auth_' library routes that require authentication are specified, in this case they: _/admin_ & _/profile_, but if I have the role of '**user**' and there...
The AdminModel appears to be meaningless indirection. I removed it, and I also removed the unused reference to `auth` that is in `controllers/index.js`. My `controllers/index.js` file now looks like this...
It would be **GREAT** if this included a proper registration flow example. It could include the _option_ of requiring email verification, and sending the registration email (to verify email address)...
I noticed requirejs is a dependency, but I don't see where it is used. Perhaps there was a thought of using it, but it didn't materialize? (`npm uninstall requirejs` .....
I can see this either way ... `app.less` has unused styles, but I can see that it might be convenient to keep `app.less` more or less the same across kraken-example-\*...
Is there a way to extend this example to show a common OAuth2 strategy? I upgraded to the latest KrakenJS and rebuilt the controllers from pre 1.x version app, and...
So i just ran into a weird issue where in my schema for user i have a column that has a `ref` set to `Purchases`. Like the code below ```...