GithubHelp home page GithubHelp logo

lockit-login's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

lockit-login's Issues

Error after upgrading to Node 8.x

I just recently upgraded to node 8.4 and ran into the following error ...
"Unhandled rejection TypeError: The "digest" argument is required and must not be undefined"
The problem seems to original from the couch-pwd package which is calling the crypto.pbkdf2 missing the first parameter. The most recent version of couch-pwd seems to have fixed this, but it has not been published to npm yet :(
zemirco/couch-pwd#2

Destroying sessions stored in database doesn't work

Here sessions are destroyed with req.session = null. Although this works for sessions stored in memory, sessions stored in a database (a session store) simply restore the session from the database if it is missing. To effectively destroy sessions stored in a database, I believe you should use req.session.destroy(). See http://expressjs-book.com/forums/topic/express-js-sessions-a-detailed-tutorial/ (look for "Deleting a Session Store-based Session").

Login page's form action attribute is not url-encoded

If we send the http request:

GET /login?redirect=%2Foauth2%2Fauth%3Fresponse_type%3Dcode%26client_id%3Dcli

We will get a login page with a form, the action of the form is:

/login?redirect=/oauth2/auth?response_type=code&client_id=cli

This is incorrect as we will post to /login with wrong query strings. The correct url should be the same with the GET one.

It caused by line 80 in lockit-login/index.js:

var suffix = req.query.redirect ? '?redirect=' + req.query.redirect : '';

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.