Real-Dev-Squad / feature-flag-frontend

Feature flag frontend repo
MIT License
0 stars 2 forks source link

Add: Authentication to Feature Flag Frontend #15

Open MehulKChaudhari opened 4 days ago

MehulKChaudhari commented 4 days ago

Issue Description

Add authentication to the feature flag frontend, similar to other RDS sites.

Expected Behavior

Users should be able to sign in using their GitHub accounts.

Current Behavior

The feature flag frontend currently lacks any authentication.

Steps to Reproduce

  1. Visit the feature flag frontend.
  2. Observe that there is no option to sign in.

Severity/Priority

Additional Information

This aligns with the authentication pattern used across other RDS sites.

Thank you!