superlogin
superlogin copied to clipboard
Powerful authentication for APIs and single page apps using the CouchDB ecosystem which supports a variety of providers.
It looks like using any Nodemailer < 4 is deprecated. Can the package dependency be updated? Also, the published npm version of Superlogin is pretty outdated now. Might be a...
I dont want my users to confirm their password when registering. How can I remove the requirement? My config looks like this: ``` userModel: { validate: { confirmPassword: { presence:...
`superlogin.logout`, `superlogin.logoutUser`, and other forms of logout still leave documents in `_users` (attempted with both `superlogin` and `superlogin-client`)
Superlogin has configuration to create design docs (defined in files) to public and private databases. This enables including this code in version control, use linting tools, our own IDE's etc....
Hi, I am new to the superlogin. Please forgive me if what I did is not make any sense to you. I am wondering what is the proper way to...
How does superlogin deal with this type of security issues? I believe it has been handled, but I don't seen to find it described anywhere.
Hey guys, I'm trying to connect to a Redis cluster on AWS, but it seems like you guys aren't setup for that. Getting an error below: ``` { ReplyError: MOVED...
Hello, I'building a SPA with 2 servers one for the static client files and the other for Auth backend with SuperLogin. I got an error > Blocked a frame with...
I can not get the examples run on angular 2 express.js can you post instructions how to?
I am using superlogin and ng-superlogin to manage access to CouchDB from a mobile app. This is really great! My issue is that some users have a firewall in their...