After someone authenticates with OAuth in CopyPatrol, we should store their information in the browser and keep the session persistent so that they don't have to re-authenticate every time. Keep the session persistent for 90 days.
We'll need to store the final token generated by the OAuth exchange (either in a database or Redis).