]>
juplo.de Git - demos/angular/stored-login/log 
summary  | 
shortlog  | log | 
commit  | 
commitdiff  | 
tree 
first ⋅ prev ⋅ next
 
Kai Moritz  [Mon, 15 Sep 2025 21:45:44 +0000  (23:45 +0200)] 
feature: persist `username` to and rehydrate it from local-storage
Kai Moritz  [Mon, 15 Sep 2025 21:08:30 +0000  (23:08 +0200)] 
refactor: renamed `token` to `username`
Kai Moritz  [Mon, 15 Sep 2025 21:01:33 +0000  (23:01 +0200)] 
fix: lifecycle-hooks like `ngOnInit()` only work for components/directives
Kai Moritz  [Mon, 15 Sep 2025 20:52:49 +0000  (22:52 +0200)] 
refacotr: using `undefined` instead of `null` in all places
Kai Moritz  [Mon, 15 Sep 2025 20:39:06 +0000  (22:39 +0200)] 
home component shows the logged in user
Kai Moritz  [Mon, 15 Sep 2025 20:01:29 +0000  (22:01 +0200)] 
redirect to home on successful login
Kai Moritz  [Mon, 15 Sep 2025 19:33:38 +0000  (21:33 +0200)] 
fix: `token` / `error` are cleared correcly on error / success
Kai Moritz  [Tue, 9 Sep 2025 16:32:53 +0000  (18:32 +0200)] 
refactored login component to use reactive forms
Kai Moritz  [Mon, 15 Sep 2025 18:53:06 +0000  (20:53 +0200)] 
implemented a faked authentication, that fails in 30%
Kai Moritz  [Sun, 7 Sep 2025 00:26:33 +0000  (02:26  +0200)] 
auth service asserts redirect to `login`, if the user is not yet set
Kai Moritz  [Sat, 6 Sep 2025 12:03:46 +0000  (14:03 +0200)] 
fixed the login component (added missing parts and adjusted copied code)
Kai Moritz  [Sat, 30 Aug 2025 09:19:17 +0000  (11:19 +0200)] 
adapted and refined the implementation of the component
Kai Moritz  [Sun, 29 Jun 2025 13:53:01 +0000  (15:53 +0200)] 
Kai Moritz  [Sun, 29 Jun 2025 13:45:32 +0000  (15:45 +0200)] 
generated component `login` with `ng generate component login`
Kai Moritz  [Sun, 29 Jun 2025 11:51:49 +0000  (13:51 +0200)] 
Kai Moritz  [Sun, 29 Jun 2025 11:50:28 +0000  (13:50 +0200)] 
added `@ngrx/effects`
Kai Moritz  [Sun, 29 Jun 2025 11:40:40 +0000  (13:40 +0200)] 
added `@ngrx/store`
Kai Moritz  [Sat, 6 Sep 2025 12:03:46 +0000  (14:03 +0200)] 
introduced a home-component and added routing
Kai Moritz  [Sun, 29 Jun 2025 11:38:43 +0000  (13:38 +0200)] 
initial commit