-
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
Howto: use superlogin with current nodejs #210
Comments
try |
Thanks for the hint, but for me it doesn't work due to the following error at install: |
✨ Here you go @klues #211 colinskow/pouchdb-seed-design#7 colinskow/sofa-model#2 |
You can also check out my fork. It is migrated to TypeScript, works out of the box with modern NodeJS LTS and CouchDB - versions. The tests have been expanded. Dependencies have been reduced and are kept up to date. I've increased the security a lot by adhering to modern OWASP practises, e.g. in order to prevent email guessing. So if you're starting a new project with CouchDB/PouchDB and stumbled upon superlogin, couch-auth is probably the best choice. It's still not 1.0 though, so have an eye on the roadmap. I don't plan to make any radical changes to the data model and the routes anymore, though. |
@LyteFM I'll stay tuned for the npm package! |
is this package still maintained? |
I'm opening this issue in order to:
This is my configuration for running superlogin on node 13.7.0:
couchdb -> leveldown
dependency inpackage.json
I'm using:npm install
)resolutions
section inpackage.json
Notes:
I've tried to raise the version for pouchdb dependency to
7.1.1
, but it did not work due to missingdb.request
method in this line. It's an undocumented method which seemingly got removed with major version 7. According to this pouchdb issue it should be possible to replace it with packagepouchdb-ajax
somehow.So far my information status. Anyone who is running an more up-to-date version of superlogin - please describe how.
The text was updated successfully, but these errors were encountered: