We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
We currently use a deployment configured HTTP Basic auth for the system admin pages of this app:
flick/config/runtime.exs
Lines 72 to 83 in 39873e9
This works, but it is clunky since once you authenticate those basic HTTP credentials, they stick to other pages and cause the site to lock up.
This is only a problem for the admin and can easily be worked around by using separate browsers or other separation tools (like Firefox containers).
We could add real user authentication to avoid this, but it seems like a heavy lift for limited gains.
If we were interested in user registration for the main app we could piggyback on it, but atm I don't think we will offer normal user registration.
Capturing for now, but likely not doing anything with this yet.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
We currently use a deployment configured HTTP Basic auth for the system admin pages of this app:
flick/config/runtime.exs
Lines 72 to 83 in 39873e9
This works, but it is clunky since once you authenticate those basic HTTP credentials, they stick to other pages and cause the site to lock up.
This is only a problem for the admin and can easily be worked around by using separate browsers or other separation tools (like Firefox containers).
We could add real user authentication to avoid this, but it seems like a heavy lift for limited gains.
If we were interested in user registration for the main app we could piggyback on it, but atm I don't think we will offer normal user registration.
Capturing for now, but likely not doing anything with this yet.
The text was updated successfully, but these errors were encountered: