Commit Graph

58 Commits

Author SHA1 Message Date
53a1f201f8 adds template structure 2020-04-10 09:53:25 +00:00
bcb3b1bbac restructured website into folders 2020-04-07 16:29:51 +00:00
f86f15069a Generates new google signin users in database and generates json for todays events
- imports caltojson from calendarwatch_server
- gets the user info from google api
- gets user information and compares them to the user database
- returns to login page and shows user information as well as 'api test' button

- api test button uses 'calendarwatch_server' to get calendars and calculate todays events
2020-04-03 10:18:16 +00:00
76c711a58b added second test login, moved into seperate folder 2020-04-02 12:22:59 +00:00
b00413de93 added a server.py, which does google api handling via google auth oauthlib flow. works 2020-03-28 10:57:18 +00:00
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
a80fc3fa72 added gitignore 2020-03-26 09:42:30 +00:00
69297bda90 initial commit 2020-03-26 09:38:27 +00:00