Giter Club home page Giter Club logo

authentication-flows-js's People

Contributors

ohadr avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

authentication-flows-js's Issues

prevent attackers from using my password reset mechanism to email bomb people?

according to https://stackoverflow.com/questions/67290297/how-to-prevent-attackers-from-using-my-password-reset-mechanism-to-email-bomb-pe

My web app has a pretty standard feature that allows a user who forgot their password to reset it by sending themselves a password reset email with a link to the page to create a new password.

I'm concerned that person1 could use this page to harass person2 by claiming to need a password reset email, but giving the email address of person2, and automate this with a bot, sending massive numbers of emails to person2. It wouldn't reveal any secrets, but it could be very annoying, even a DoS on their inbox, and my application would get the blame.

logs

rather than "debug()", use a good logger (e.g. log4js)

prefer passing configuration in the config-object, rather than using env-vars

the hosting app needs to "guess" which env-vars it should define. it is more clear to pass all relevant configuration in the .config() method. for example, the details of the email-server:

process.env.emailSender
process.env.smtpServer
process.env.smtpPort
 process.env.emailServerUser
process.env.emailServerPass

when error upon sending email (e.g. mail not configured) do not throw error, only log

when error upon sending email (e.g. mail not configured) do not throw error, only log
because if i throw error, so for example in account-lock scenario, the user do not see the lock page because in the code the LOCK_ERROR is never thrown but instead there is the error because of the email.
so log the error to the logger, but do not throw.

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.