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

write automated tests of security configuration #4

Open
4 of 10 tasks
joeclark-phd opened this issue Aug 6, 2019 · 1 comment
Open
4 of 10 tasks

write automated tests of security configuration #4

joeclark-phd opened this issue Aug 6, 2019 · 1 comment

Comments

@joeclark-phd
Copy link
Owner

joeclark-phd commented Aug 6, 2019

  • test that login page works as expected
  • test that logout page works as expected
  • test that Spring default folders are NOT public (i.e. /css, /images)
  • test that my replacement for those, /public, IS public
  • test that the public can see the index page "/"
  • test that the public cannot see other pages without authentication
  • test that roles work: SUPER and AGENT
  • test that REST API authentication works the same way as Website authentication
  • test that database can be used to authenticate
  • test that password hashing and validation of hash works correctly
@joeclark-phd joeclark-phd created this issue from a note in Granite Project (To do) Aug 6, 2019
@joeclark-phd joeclark-phd moved this from To do to Done in Granite Project Aug 7, 2019
@joeclark-phd joeclark-phd moved this from Done to In progress in Granite Project Aug 7, 2019
@joeclark-phd
Copy link
Owner Author

Several are in HomeControllerMVCTest

@joeclark-phd joeclark-phd moved this from In progress to To do in Granite Project Oct 3, 2019
@joeclark-phd joeclark-phd moved this from To do to In progress in Granite Project Oct 29, 2019
@joeclark-phd joeclark-phd moved this from In progress to To do in Granite Project Nov 25, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Development

No branches or pull requests

1 participant