| 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 |
Now that you have successfully added authentication to an existing project you can further explore the topics below:
- For a walkthrough on how to add roles and privileges to user accounts, take a look at the bonus module.
- For a deeper dive into
spring securityyou can visit the official docs. - View this guide that walks through the creation of a spring MVC web application using Spring Security.
- Baeldung Spring Security Basic Authentication walkthrough. This will walk through the process of basic authentication with Spring with an MVC application.
{{% children style="h4" %}}