• Joined on 2023-06-23
scott pushed to feature/user-auth at scott/kalkutago 2023-08-26 11:21:41 -04:00
bc6f06e210 DEFAULT_COST + 2 is 2 much
scott pushed to feature/user-auth at scott/kalkutago 2023-08-26 11:18:26 -04:00
424bc15512 prod needs the cookie secret too, arguably more than the others!
scott pushed to feature/user-auth at scott/kalkutago 2023-08-26 11:05:22 -04:00
89b0180989 Move API calls from state to Track methods
cd16208dd7 Move dateQuery to util.ts
Compare 2 commits »
scott opened issue TWS/meta#18 2023-08-26 09:55:10 -04:00
Docker internal user concerns
scott commented on pull request TWS/kalkutago#15 2023-08-26 09:19:18 -04:00
Feature: User auth

That makes sense. Though I think I might do /user/{name} if we add public profile pages (and /me for the logged in user)

scott commented on pull request TWS/kalkutago#15 2023-08-26 09:17:19 -04:00
Feature: User auth

Ah, you raise a good point there. It was originally intended to, but then I changed it so that only the events update the state. Thanks for that.

scott commented on pull request TWS/kalkutago#15 2023-08-26 08:48:19 -04:00
Feature: User auth

It seems to support a UUID column type, but I don't see documentation for it, or for using it as a primary key. Is that important?

scott commented on pull request TWS/kalkutago#15 2023-08-26 08:45:00 -04:00
Feature: User auth

From the Vue docs:

This also means any component importing store can mutate it however…

scott commented on pull request TWS/kalkutago#15 2023-08-26 08:40:18 -04:00
Feature: User auth

These are generated by the sea-orm CLI 🤷

scott commented on pull request TWS/kalkutago#15 2023-08-26 08:39:39 -04:00
Feature: User auth

It's been a while since I looked into it, but I think I remember reading something in their docs which suggested that they might be overkill for this situation.

scott pushed to feature/user-auth at scott/kalkutago 2023-08-26 07:03:28 -04:00
dafdd491f9 Move logOut function into method on state
scott pushed to feature/user-auth at scott/kalkutago 2023-08-26 06:54:51 -04:00
003383e455 Fixed logout flow
5aa16762f7 Quick tweak
db3ef7640a Renamed a variable
Compare 3 commits »
scott pushed to feature/user-auth at scott/kalkutago 2023-08-26 06:18:09 -04:00
f32a188750 Merge pull request 'Frontend was merged prematurely, this fixes that' (#3) from frontend/feature/login-view into feature/user-auth
bfffacabf6 Add logout button
290218eefe Restore logged-in state on page reload
ffc1c6806a Fix shell.nix
37426aaa52 WIP: Add busy indicators to login view
Compare 6 commits »
scott merged pull request scott/kalkutago#3 2023-08-26 06:18:07 -04:00
Frontend was merged prematurely, this fixes that
scott pushed to frontend/feature/login-view at scott/kalkutago 2023-08-26 06:17:49 -04:00
bfffacabf6 Add logout button
290218eefe Restore logged-in state on page reload
ffc1c6806a Fix shell.nix
37426aaa52 WIP: Add busy indicators to login view
db72a6df17 Add busy-indicator to login/signup buttons
Compare 6 commits »
scott created pull request scott/kalkutago#3 2023-08-26 06:16:30 -04:00
Frontend was merged prematurely, this fixes that
scott pushed to feature/user-auth at scott/kalkutago 2023-08-26 06:15:16 -04:00
3dbe2d2327 Merge pull request 'Backend feature: user auth' (#1) from backend/feature/user-auth into feature/user-auth
f6fb736ff7 Add log-out route (necessary to delete secret cookie)
a8e4e5145b add tests
1c400e7ffa Remove no-longer-existing Rust feature default_free_fn
d7285a84bb Fix authenticated track insertion
Compare 12 commits »
scott merged pull request scott/kalkutago#1 2023-08-26 06:15:14 -04:00
Backend feature: user auth
scott pushed to feature/user-auth at scott/kalkutago 2023-08-26 06:12:11 -04:00
scott pushed to frontend/feature/login-view at scott/kalkutago 2023-08-26 06:09:40 -04:00
168289335b Add logout button
dd2c2e7021 Restore logged-in state on page reload
a451fe411a Fix shell.nix
2917a96b4f WIP: Add busy indicators to login view
5f83f17a01 Add busy-indicator to login/signup buttons
Compare 16 commits »