Commit Graph

6 Commits

Author SHA1 Message Date
Nathnael
da08a9b085 fix(auth): list every route key on the class-level guard
Nest runs class and method guards together, so a class gate naming only
the view key silently required view AND action. Staff granted just an
action were denied before their key was checked. Each class gate now
names every key its routes use, and FleetView accepts an array so the
fleet controllers keep their coarse fallback.

Drops the one-off grant mapping SQL with it: already applied to dev, and
this fix removes the companion-view rule that was its recurring part.
2026-08-07 08:43:20 +00:00
natib21
15fc21a6c9 gps 2026-07-10 15:23:49 +00:00
natib21
70a9742631 add gps readme 2026-07-09 14:01:59 +00:00
natib21
3a1d73b725 fix last mile 2026-07-07 13:36:45 +00:00
natib21
00c5c4b67b fix 2026-07-07 09:07:28 +00:00
natib21
75427ea63a fix tracker 2026-07-07 06:39:02 +00:00