-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
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
Add Password Protection #15
Comments
Agree. It is a simple app, so let's keep auth also as simple as possible. I can take a shot at it in the next days if it's ok. I'll sketch some flows in Figma and we can try to implement it by October's onboarding phase. |
I like the idea, and I think a simple password should be sufficient for now. |
Indeed. You can still see all the links and everything just by coming to the repo.
Maybe for v2.0 of the auth system we could consider moving the content to a CMS.
Right now, a simple initial block should suffice and keep most unwanted people away. We could also, initially, remove the Github link from the radar page and only show it to authenticated users.
…On 15. Sep 2020, 09:34 +0200, Maximilian Schall ***@***.***>, wrote:
I like the idea, and I think a simple password should be sufficient for now.
But if we want to password protect it, we would also need to make the repo here private, or seperate at least the content into a private repo.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
Hmm, what I liked about the radar is the easyness to get into it and change it quickly. A CMS would bring us into the same direction as with the general Techlabs website. I mean we can basically move into two directions:
|
If we look at both scenarios:
For me, both options are fine. We could do a test-run with a CMS and password protection and see how that goes, as we can always revert back to using static files. Or we could leave as it is and move the security layer to where actually critical. |
We use links to the Radar for pre-application marketing, so theoretically, anyone can view it even if they didn't apply or didn't get accepted.
There should be a global password (per Radar instance) that users must enter before they can access anything.
But we have to also consider the cons of access protection: it will be harder to access the content, which could lead to decreased usage. To account for this, the password should be the same for all participants and be simple (for example, just one word).
The text was updated successfully, but these errors were encountered: