The sidekick should allow users to log in to their Helix 5 site in case of a 401. After successful login against the admin service, the admin service returns a site-specific token which the sidekick extension can inject into an Authorization header for every subsequent request to the same host.
The sidekick should allow users to log in to their Helix 5 site in case of a 401. After successful login against the admin service, the admin service returns a site-specific token which the sidekick extension can inject into an
Authorization
header for every subsequent request to the same host.Note: this feature will replace #737.