Heads up! To view this whole video, sign in with your Courses account or enroll in your free 7-day trial. Sign In Enroll
Preview
Start a free Courses trial
to watch this video
As a final farewell during our brief look at user auth in Spring, I leave you with some final words on security considerations for every web developer.
Common Web App Attacks
- Brute Force Attack
- Code Injection
- Cross-Site Request Forgery (CSRF)
- Cross-site Scripting (XSS)
- Session fixation
- SQL Injection
Git Command to Sync Your Code to the Start of this Video
git checkout -f screencast-complete
We've come to the end of our time for
this workshop.
0:00
But don't be mistaken, there is still so
0:03
much more to the story of security than
simple authentication and authorization.
0:05
It's important to be aware of all
the vulnerabilities of your application.
0:10
Whether it's a vulnerability
in your Java code.
0:14
Or maybe it's one exposed in
the front end with JavaScript.
0:16
There are numerous kinds of attacks
a malicious user could launch
0:20
on your application.
0:23
I've listed some in
the teacher's notes for you.
0:25
At the very least,
0:27
this should give you a start in thinking
about security in your Java Web Apps.
0:29
Thanks for hanging with me today,
and happy coding.
0:33
You need to sign up for Treehouse in order to download course files.
Sign up