The initial authentication mechanism for the Greenhouse Dashboard will be based on OIDC, with the flexibility to integrate different mechanisms in the future. The authentication implementation should be designed to be easily replaceable.
Options:
Use our existing library juno-oauth.
Consider external libraries.
Please provide reasoning for the decision on which library to use, focusing on factors such as maintainability, extensibility, and ease of integration.
Summary
The initial authentication mechanism for the Greenhouse Dashboard will be based on OIDC, with the flexibility to integrate different mechanisms in the future. The authentication implementation should be designed to be easily replaceable.
Options:
Please provide reasoning for the decision on which library to use, focusing on factors such as maintainability, extensibility, and ease of integration.
Related to
275