GithubHelp home page GithubHelp logo

cs157a-section9-team6's People

Contributors

ajit-jakasania avatar irock194 avatar osamahan999 avatar

Watchers

 avatar

Forkers

ajit-jakasania

cs157a-section9-team6's Issues

Build Registration Back-end Functionality

This needs to be done using java per course instructions. Probably requires JQuery's AJAX to send user data to the back end.

This is a multi part enhancement
Needs to
#1:
Not store any user data on the front end
That includes any JavaScript or HTML or Cookies
#2:
Hash the passwords using a reputable algorithm before AJAXing
-> use new salt each hash
-> make sure to store salt and all that information alongside the registration info

#3:
Has to be atomic as in, cannot add new user to database if registration failed

Log In Functionality

check for XSS
hash password, and check if it matches with the username provided
if so, return something idk

Set up Bill Table

Bill //relationship table
bill_id , transaction_id, photo_data

Figure out what kind of variable photo_data is
I think it is blob or binary, double check

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.