add auth to frontend through lib #284
Reference in New Issue
Block a user
No description provided.
Delete Branch "feat/dashboard-auth"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Adds OIDC login support to the harmony-fleet-operator web dashboard using Zitadel SSO.
pkce was the recommended option for this since we don't need to hold on to any secret. We compute a value on server before sending the data to Zitadel who validates authenticity by recomputing the hash and comparing the two values.
pkce Auth flow
Auth middleware responses depending on request type:
add files for authto add auth to frontend through lib