lockit
lockit copied to clipboard
Authentication solution for Express
Hello, is there a known / easy way to use OAuth based authentication? e.g. https://github.com/dgrubelic/vue-authenticate/blob/master/example/server.js
It's really really easy to get this error, including if you just make a new express app using defaults and try the quick-start with lockit as per the instructions in...
It looks like name is intended to be username, and not the user's name, as it must be unique. Email must also be unique. It is common, and arguably a...
Much of lockit is configurable. Thanks for that! However, there are a few things that are still hard-coded, such as some of the error messages. It would be great if...
It would be beneficial to document or implement the ability to have more fields during user signup. Frequently, it would be preferable to have `firstname` + `lastname` instead of simply...
Lockit says it "comes with its own built-in views". This is sort-of correct. It is only correct if your express app uses the default view engine (jade). Lockit could actually...
@zemirco could you modify the plugin [lockit-mongodb-adapter](https://github.com/zemirco/lockit-mongodb-adapter) to be able to use an existing connection to the mongodb? I use the mongoose in my application, and can share the existing...
I changed logout method to POST. What other packages must be updated to be published in the NPM? I can do it.
please add: "lockit-template-blank": "0.0.2" to dependenies (not devDependencies)