coder / backstage-plugins

Official Coder plugins for the Backstage platform
34 stars 2 forks source link

Coder plugin: Ensure users always have way to add auth information even when not using Coder UI components #111

Closed Parkreiner closed 4 months ago

Parkreiner commented 5 months ago

Part of umbrella issue #16

Problem

While all of the official Coder components have been designed to give the user the ability to add auth information when necessary (and will continue to be designed that way), sometimes a user might want our custom hooks only. In that case, how can they add something like an auth token, if they haven't placed any UI components for those forms to appear in?

Requirements

Possible solutions