superlogin
superlogin copied to clipboard
Powerful authentication for APIs and single page apps using the CouchDB ecosystem which supports a variety of providers.
Hi there, Not sure if I missed this, but is there a way to resend a confirmation email to a user (that obviously hasn't confirmed his/her email)? Issues occasionally happen...
`privateDBs` or `personalDBs` might be clearer. `userDBs` and `userDB` are very different things and despite their differing location in the config JSON, it's tricky learning about how to use each...
Got busy but here it is. Also reintroduce the log you had in your test, no sure you want it. You can try it by running `DEBUG=superlogin:* npm test`
Right now the only thing we can do through the config is to give the path of the template file. Ideally I would like to add more generic data in...
I'm struggling to get superlogin to work with my Cloudant database (hosted on IBM Bluemix). Perhaps my knowledge of node.js isn't up to par, however I feel the superlogin documentation...
Hi there! Let me start with: Very, very nice Project!! Because it really is. Why you are using "Bearer" for the login when it is really a "Basic" authorization?. I...
Hi, I've been trying to use the password reset functionality in conjunction with the 'emailUsername' setting set to true. Whenever I attempt to reset passwords of users I know have...
Any plans to support i18n? I could help... I've been thinking on something like that: ``` var superloginConfig = { ... i18n: { en: { validation_failed: 'Form validation error', email_already_in_use:...
In route.js in the function `router.get('/validate-email/:email',` the line `res.status(409).json({error: 'Email already in use'})` is hard coding the returned message and therefore discarding more meaningful error messages returned by the call...
Is there a way to configure a replyto address? Using `no-reply@...`, which is quite common, would give a clear sign that replying to confirmation / password change E-mails won't work....