hack4impact-uiuc/globalgiving-tool

Batching, DB Modeling, Authentication

Closed this issue · 0 comments

Add functionality with batching data to send to the database, db modeling, and authentication to the database, including:

  • Login - Gg login ⇒ prompt password ⇒ lookup name, password pair such that JWT is retrieved from database. This token is decrypted and used in any gg for authenticating any action run on a scraper.
  • Registering a new user - Gg register ⇒ register a user name based on a whitelist key or have a super user with the register ability only.
  • Sending batched results from multiple scrapers
  • Etc.