Commit Graph

14 Commits

Author SHA1 Message Date
Ilia Mashkov
b75e805f54 feat(auth): add refresh action to authStore 2026-03-17 14:18:49 +03:00
Ilia Mashkov
226874bbec feat(auth): add refresh api call call 2026-03-17 14:15:32 +03:00
Ilia Mashkov
ed718eea71 feat(auth): add accessToken field to authStore and setup beforeRequest hook to add this token to headers 2026-03-17 14:08:29 +03:00
Ilia Mashkov
11b84ddc5d feat(auth): add error field to store and remove unused actions 2026-03-17 13:41:55 +03:00
Ilia Mashkov
55451d3eb4 feat(auth): add basic implementation of login/register/logout store actions 2026-03-17 12:26:13 +03:00
Ilia Mashkov
638e198d02 feat(auth): create logout api call with basic test coverage and msw mock 2026-03-17 10:14:57 +03:00
Ilia Mashkov
2f863bc5ba feat(auth): create register api call with basic test coverage and msw mock 2026-03-17 10:08:38 +03:00
Ilia Mashkov
701dc981d2 chore: add export/input shortcuts 2026-03-17 10:02:25 +03:00
Ilia Mashkov
9302013632 feat(auth): create login api call with basic test coverage and msw mock 2026-03-17 10:00:51 +03:00
Ilia Mashkov
a36922e1c7 feat(auth): create extended api config placeholder 2026-03-17 09:59:37 +03:00
Ilia Mashkov
a98a9c2c79 feat(Auth): create useAuthStore hook representing auth store using zustand 2026-03-16 18:31:53 +03:00
Ilia Mashkov
3214fe716d feat(Auth): split AuthStore type to State and Actions 2026-03-16 18:29:56 +03:00
Ilia Mashkov
fa3f461add feature(auth): create types 2026-03-16 13:30:09 +03:00
Ilia Mashkov
8916fd759e chore: initial commit with basic module federation setup in vite config 2026-03-12 21:07:00 +03:00