Secure frontend behind authentication #25
Labels
No labels
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set
Reference
Griefed/Monitoring#25
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
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?
Allow locking of frontend behind authentication.
Said authentication should be disableable (is that a word?) via property.
Security https://spring.io/guides/gs/securing-web/
Maybe make auth-requirement configurable to the extent of
de.griefed.monitoring.security.all=allshould result in settings AND information being securedde.griefed.monitoring.security.all=settingsshould result in settings being secured and informantion NOT being securedde.griefed.monitoring.security.all=noneshould result in neither settings nor information being secured. (usefull if you run Monitoring at home and you are the only one in your network, or want to use an external authentication setup, like Authelia or something like that)https://spring.io/blog/2022/02/21/spring-security-without-the-websecurityconfigureradapter
https://medium.com/@altunkan/spring-boot-authentication-with-vuejs-jwt-http-only-cookie-4d8cfe7e4f0f