GithubHelp home page GithubHelp logo

chat-2's People

Contributors

sstream17 avatar

Watchers

 avatar

chat-2's Issues

Add Password Strength Validation

When a user creates an account, add password strength validation to encourage strong passwords. We shouldn't enforce anything too harsh on users. At a minimum we could try:

  • Min length = 8
  • Passwords categorized as weakest should be disallowed

Look into zxcvbn. It might be a good fit.

Fix Issues with Username Tag Generation

There are a few issues with the username tag generator:

  • How do we handle tags when a user is deleted or changes their username?
    • This would leave a gap in usable tags, e.g. ["user:0123", "user:0124", "user:0125"] now "0124" is an open tag again
    • Do we immediately fill the gap? Have to keep track of where gaps are to fill them
    • Do we keep counting up from the last available?
  • I am not a big fan of incrementing the tags by 1, even though they all start at a different number for the input username
    • This seems too predictable, is probably not a security risk but I'd like to make it seem more random

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.