by Christopher Collins | Feb 2, 2021
GitHub Allows you to read Gmail and read Google Drive files through code. I expose Google API to where you can easily write more functions later. (sendEmail, WriteFiles, DeleteFiles, etc) It’s just a sandbox into building bigger applications that utilizes...
by Christopher Collins | Sep 3, 2020
Live Site GitHub This app is a template created with express-generator and uses jsonwebtoken (jwt) to create tokens with private and public keys. The JWT token can then be used in the headers as an Authorization bearer to gain...