Skip to content
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

Hide application behind authentication #11

Closed
bhermann opened this issue May 4, 2018 · 1 comment
Closed

Hide application behind authentication #11

bhermann opened this issue May 4, 2018 · 1 comment

Comments

@bhermann
Copy link
Member

bhermann commented May 4, 2018

The management application should not be available to the public, but only to administrative users.
Therefore, the first thing a user should see is user authentication. There should NOT be any public information available besides the version of the application.
Of course, we are not reinventing the wheel here so this issue is a task about configuration and the introduction of a fitting component. Also, for this issue it is okay to use a fixed user account until we get user account management (#12).

For this, have a look at this list from the Play website: https://www.playframework.com/documentation/2.6.x/ModuleDirectory#Authentication-(Login-&-Registration)-and-Authorization-(Restricted-Access)
On a first look Silhoutte seems pretty professional, but I might be wrong.

Keep in might that we would like to have a user account management (#12) and two-factor authentication (#1) at some point in the future. It should be possible with the choice made here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants