EduRAIN / App-API

Laravel PHP back-end for user-facing webapp
0 stars 0 forks source link

Complete FAFSA Submission #7

Open wbvtler opened 3 years ago

wbvtler commented 3 years ago

We need users to be able to submit their SSN and save key, but this information should very secure and not be accessible to the client. It should only be accessible to the FAFSA submitter.

Once the API is able to receive the ssn and save key, We will need those points to be added to the FAFSA submitter if they are not already.

SSN is in the format 123-45-6789

Puppeteer data come from database statically. We need this as well from API.

And we need an endpoint to trigger the FAFSA submitter.