You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The AuthProvider-side notify-created was documented as 'mostly for
debugging purposes' and just appended a {'type': 'created'} event row.
Nothing depends on that event, and the lone caller in fleet.toit
already inserts the same kind of state through the broker's own (and
load-bearing) notify-created.
Removes:
- the interface declaration in auth-provider.toit;
- the Supabase and HTTP impls;
- the fleet.toit caller and its 'mostly for testing purposes' comment;
- the HTTP test server dispatch branch;
- the COMMAND-NOTIFY-ARTEMIS-CREATED_ constant and its string mapping;
- the test-notify-created test helper.
The broker's own notify-created (BrokerCli.notify-created) is untouched.
0 commit comments