1
0
Fork 0
Commit graph

24 commits

Author SHA1 Message Date
695f75d363 backend structure update
- removed unnecessry data from express user
- changed database arguments and return types
- made `/api/user-data` get data from db instead of express user
2022-02-27 10:44:42 +09:00
74bd4a0a6a changed prettier config 2022-02-26 17:46:34 +09:00
b84fa29d9f rewrote database and auth logic
- removed information from firebase db
- added `updateUser` function
2022-02-26 17:27:16 +09:00
31445b7f0f removed unnecessary scopes 2022-02-26 17:23:03 +09:00
e171f6a7ff updated dependencies and node version
- changed node version from 14 to 16
- updated dependencies and dev dependencies
2022-02-25 16:41:27 +09:00
57e2fe4ff9 rewrote react frontend with svelte 2022-02-21 10:44:50 +09:00
18d04c4484 removed unnecessary cookie settings 2021-09-30 13:54:07 +09:00
e9aaaa5ece changed session cookie name to "__session". (Fixed login not working on production) 2021-09-14 18:02:03 +09:00
108caa0baa added message for 401 2021-09-14 13:06:37 +09:00
7d64b466a1 removed unused config 2021-09-13 22:15:02 +09:00
cebe435fb2 potential fix for login not working on production 2021-09-13 17:45:16 +09:00
f6301aa4af removed unnecessary dependency 2021-09-13 14:46:31 +09:00
279bdf78da added cookie parser (potential fix for login not working on production) 2021-09-13 14:24:53 +09:00
a21234e6c4 fixed previous commit (fix not applying in production) 2021-09-13 12:06:18 +09:00
1bbdce8080 potential fix for login not working on production 2021-09-13 11:57:37 +09:00
d98d8298c4 simplified code 2021-09-13 11:34:21 +09:00
e47ab04eb8 potential fix for login not working on production 2021-09-13 11:19:21 +09:00
84bcda3f41 potential fix for project not working on production 2021-09-13 10:45:28 +09:00
91a272627d simplified code 2021-09-13 10:44:57 +09:00
1320a7e52a save uninitialized session. Potential fix for login not working on production 2021-09-12 22:52:33 +09:00
e7afbf4af7 added trust proxy setting 2021-09-12 22:39:40 +09:00
d0c6705c0b trying another fix for login 2021-09-12 21:59:48 +09:00
9cf80552e3 potential fix for login not working on production 2021-09-12 21:44:38 +09:00
9b521e901a moved llama-bot-web-api to this repo and made basic login logic 2021-09-12 19:21:03 +09:00