Commit graph

28 commits

Author SHA1 Message Date
4208190c9a Fix up accessing ui in dev mode via env variables 2020-01-22 22:45:07 -05:00
38bd348737 Update auth to return better errors, remove returning the token data as a blob 2020-01-21 23:49:07 -05:00
aa2731e789 Add backend hook to register users 2020-01-21 22:06:03 -05:00
d27a499c07 Split out url auth with email token 2020-01-20 20:06:32 -05:00
d9153ea9bf Split out checking password, update claims to include admin+verified, some more cleanup 2020-01-20 18:55:12 -05:00
172dc2dc34 Fix up uneeded return 2020-01-20 15:21:56 -05:00
cba9967af0 Add postal backend integration 2020-01-20 13:40:05 -05:00
5a7281f1ae Clean up some error handling, remove debug logging 2020-01-19 00:31:21 -05:00
e082f55ebe Basic migrations, started breaking out postal stuff 2020-01-19 00:09:58 -05:00
198fd10bf0 go fmt, add some basic tests for postal api info 2020-01-18 21:46:46 -05:00
9efabe0906 Split out migrations 2020-01-14 22:40:32 -05:00
5a0875a0ca make cookies secure 2019-10-05 22:50:48 -04:00
c2802b93ac Fix up urls and unneeded import 2019-10-05 22:50:14 -04:00
681b0df9f5 Wrap up split cookie auth 2019-10-05 22:35:14 -04:00
0ce261d9bd Set fake domain for temp 2019-10-05 21:43:02 -04:00
1a2cb93540 Add basic token split 2019-10-05 21:22:56 -04:00
8a897dc16f Implement split tokens that work with curl 2019-10-05 20:21:48 -04:00
ada62e95e2 Update Readme, fix up auth 2019-10-05 18:22:11 -04:00
0237c2796f Start cookie auth 2019-09-28 08:35:49 -04:00
0adf6d25f3 Fix path to repo, add cors for testing 2019-05-27 21:17:09 -04:00
75ec2a02f5 Add return success codes, wrap up createBlogPost 2019-04-20 17:17:20 -04:00
b68dba10cb Add proper updating of profiles 2019-04-14 13:29:15 -04:00
a9b09ce4da Add refresh 2019-04-14 12:44:02 -04:00
4f0834c3a0 Why do double the work eh? 2019-04-13 23:38:51 -04:00
793ad43c4b Add test protected path 2019-02-07 23:43:26 -05:00
017861422b Get basic user profiles set up 2019-02-06 23:46:30 -05:00
5d2e3f9f28 Remove manual sql and add it to startup 2019-02-03 02:05:34 -05:00
6bb4b1246f Base stuff from other project 2019-02-03 01:57:08 -05:00