-
Notifications
You must be signed in to change notification settings - Fork 117
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
NodeJS compatibility #141
Comments
This was never one of my goals with this project, but anybody who wants to add the functionality is welcome. :) As long as it doesn't seriously degrade the browser version (e.g. adding huge polyfills). |
@nolanlawson I'm probably naive but I always thought couchdb was handling most of the job...hence I thought authentication was just sending and receiving requests to and from couchdb! What can't be handled by node and would require polyfills? |
@natcohen: see e.g. https://www.npmjs.com/package/superlogin
I have not used it myself but I know there are a few alternatives including
superlogin.
Br
…On 16 March 2017 at 15:20, natcohen ***@***.***> wrote:
@nolanlawson <https://github.com/nolanlawson> I'm probably naive but I
always thought couchdb was handling most of the job...hence I thought
authentication was just sending and receiving requests to and from couchdb!
What can't be handled by node and would require polyfills?
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#141 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AFU80nstZmHQ9ShTyOzBoNe7yNPCrWgqks5rmUUdgaJpZM4MSI_K>
.
|
…orrectly set ajax request's body for login
…orrectly set ajax request's body for login
Fixed by 5b61b00. |
I think it's a must have, for security reasons, to be able to authenticate and login from the server!
The text was updated successfully, but these errors were encountered: