Block a user
HugoNijhuis
pushed to issue-7-auth-protected-example at flowmade-one/iris
2026-01-09 16:24:16 +00:00
[Issue #7] Auth-protected app example
Code Review
Summary
Good OIDC authentication example demonstrating the auth package with login/logout flow, protected routes, and token handling.
Highlights
- Well-documented with…
[Issue #3] Add unit tests for EventStore interface implementations
HugoNijhuis
created branch issue-3-eventstore-tests in flowmade-one/aether
2026-01-09 16:14:24 +00:00
[Issue #9] Hot reload for development
Code Review
Summary
Excellent feature addition implementing automatic rebuild and browser reload for development. Well-architected with clean component separation.
Highlights
- Clean…
[Issue #4] Add SnapshotStore unit tests
HugoNijhuis
created branch issue-4-snapshotstore-tests in flowmade-one/aether
2026-01-09 16:13:09 +00:00
[Issue #8] Dashboard example
[Issue #8] Dashboard example
Code Review - LGTM
Summary
Excellent comprehensive dashboard example demonstrating a realistic internal tool admin panel.
Highlights
- Well-organized code with clear separation of…
[Issue #6] Multi-page app example