kalevias / MyCollege

CSI 4999 - Senior Capstone Project
1 stars 1 forks source link

Design DB table for storing one-time-use tokens #17

Closed kalevias closed 6 years ago

kalevias commented 6 years ago

An database table for storing one-time-use tokens is needed as per #2. See design specification in UC4.

The table to be designed has applications beyond that just in this particular UC, but our first use of it will be in this particular instance. One-time-use tokens provide us with a secure way of sending arbitrary information via an HTTP GET request by storing the GET data in our database, as opposed to in the URL itself.

Deliverable: Database SQL code export containing Structure of a table for storing one-time-use tokens saved to the Google Drive.

FlamingFoxNinja commented 6 years ago

https://github.com/jnick1/MyCollege/blob/Dev-Account-Management/.documentation/Database/0.1.0%20-%20DB%20Structure.sql

ta dah

kalevias commented 6 years ago

Relevant commit: https://github.com/jnick1/MyCollege/commit/703f3665e4c488ee192e327702fbaacd2810b6fa