Skip to content

Latest commit

 

History

History
24 lines (20 loc) · 1.26 KB

File metadata and controls

24 lines (20 loc) · 1.26 KB
title Next Steps
date 2021-10-01 09:28:27 -0500
draft false
weight 4
originalAuthor John Woolbright
originalAuthorGitHub jwoolbright23
reviewer Sally Steuterman
reviewerGitHub gildedgardenia
lastEditor Ben Clark
lastEditorGitHub brclark
lastMod

Additional Content

Now that you have successfully added authentication to an existing project you can further explore the topics below:

  1. For a walkthrough on how to add roles and privileges to user accounts, take a look at the bonus module.
  2. For a deeper dive into spring security you can visit the official docs.
  3. View this guide that walks through the creation of a spring MVC web application using Spring Security.
  4. Baeldung Spring Security Basic Authentication walkthrough. This will walk through the process of basic authentication with Spring with an MVC application.

{{% children style="h4" %}}