Commit Graph

18 Commits

Author SHA1 Message Date
207f54ae17 fix: set credentials and change get to post 2024-09-01 00:30:37 +03:00
60d306f9c9 fix: unsubscribe from listening to refresh token 2024-08-26 01:24:57 +03:00
48a74ecbf5 refactor: remove log 2024-08-24 04:25:43 +03:00
fd5a1cb14f fix: delete saving states
Parallel use of the same Api Service instance is likely to replace requestData
2024-08-24 04:24:44 +03:00
3cea5f7982 refactor: clean code 2024-08-23 23:21:12 +03:00
95a593bdb6 feat: add auth api
All checks were successful
Build and Deploy Angular App / build (push) Successful in 55s
2024-08-04 23:15:38 +03:00
e9735a4e99 fix: 2024-08-04 23:03:06 +03:00
86cf636e16 feat: add auth service 2024-07-02 00:54:21 +03:00
7eebe4632c feat: add withCredentials that doesn't send cookie if not needed 2024-06-28 21:32:10 +03:00
8e738d9b3d refactor: implement RequestBuilder for main request 2024-06-27 01:50:58 +03:00
aa2eab9a4c feat: add request builder 2024-06-27 01:46:32 +03:00
c91973b185 refactor: use other way to save env 2024-06-15 00:37:12 +03:00
1468a9766d fix: change protected to public readonly 2024-06-11 00:24:50 +03:00
aec9175d1a fix: convert Date to DateOnly 2024-06-11 00:17:09 +03:00
bd03cde151 refactor: use ScheduleResponse instead other schedule responses 2024-06-10 21:52:42 +03:00
a7d48f3deb fix: can get null for nullable request 2024-06-06 23:31:34 +03:00
3d9fabe217 feat: add ApiService implementations 2024-06-05 21:45:21 +03:00
5ff24d49b5 refactor: change apiService to abstract 2024-06-05 21:43:36 +03:00