Commit Graph

14 Commits

Author SHA1 Message Date
Derek McQuay 712b4a1cff
get rid of old list route and function 2017-02-04 23:37:29 -08:00
Derek McQuay c99445e261
user route added and coded
can now hit user route (get, post, delete). Coded in some checks to see
if user is admin and has privledge. Currently turned off to allow work
from curl
2017-02-04 23:24:38 -08:00
Derek McQuay 4d533d295c
made changes to server to incoporate db 2017-02-04 19:48:13 -08:00
Derek McQuay f5d1e2aca3 pushing to github 2017-01-20 14:22:01 -08:00
Derek McQuay 2da179aee4 behavior for relogging in corrected 2016-08-25 13:08:19 -07:00
Derek McQuay 6aebd3476c fixed oauth bug
figured out it was how i was using sessions.
2016-08-25 11:29:20 -07:00
Derek McQuay e63fee56dc make string actually random 2016-08-23 11:11:25 -07:00
Derek McQuay e6e2f47134 can get a map of month to cost
doesnt concern itself with years yet...
2016-08-23 09:45:14 -07:00
Derek McQuay 08880ea88b added month to tranx 2016-08-23 09:15:34 -07:00
Derek McQuay 3ea42bcd32 reorg and check errors from session.Get
wasn't checking the error that could possibly come from getting the
cookie session info.
2016-08-22 21:16:20 -07:00
Derek McQuay 36a90e04c8 tranx POST and GET working
cleaned up the getUser function, now returns index to user rather than
*user
2016-08-22 21:00:39 -07:00
Derek McQuay 6b2f97632d working on adding tranx to users 2016-08-22 15:17:25 -07:00
Derek McQuay 4f7b61cb86 google oauth working along with clean up
cleaned up some things from starz that weren't needed any more.  Also
cleaned up the oauth process and now am storing the users emai but also
have the userInfo struct that gathers all the info that google oauth
userinfo returns
2016-08-22 13:03:23 -07:00
Derek McQuay 901d8e5070 got google oauth working
basically copied this from my previous work in starz.  Wanted to get
google oauth working before changing much around.
2016-08-21 22:31:37 -07:00