Go to file
raphael b676ee1a71 adds
- basic login button on website frontend
- index.html hosting using python
- posting google oauth token from javascript on client side
- passing token id to python hoster
- verifying token, and returning a string to client
2020-03-26 09:43:10 +00:00
.gitignore added gitignore 2020-03-26 09:42:30 +00:00
client_secret.json adds 2020-03-26 09:43:10 +00:00
index.html adds 2020-03-26 09:43:10 +00:00
index.js adds 2020-03-26 09:43:10 +00:00
README.md initial commit 2020-03-26 09:38:27 +00:00
website.py adds 2020-03-26 09:43:10 +00:00

summary:

this repository includes the webpage frontend for the calendar watch server it gets served via a python server