2021-12-21 10:34:09 -06:00

22 lines
740 B
Plaintext

== Introduction
This cookbook contains recipes that you can use to configure Spring Security for various scenarios.
It starts with simple scenarios and moves to more complex scenarios.
=== Intended Audiences
This book aims to help both new users of Spring Security and more experienced users who want a quick reference for common tasks.
The book uses links to introductory and explanatory content, to let new users learn those important details while letting experienced users skip over them.
If in doubt, follow the link to more detail.
=== The Recipes
This cookbook contains the following recipes:
* xref:basic-auth.adoc[]
* xref:database.adoc[]
* xref:angular.adoc[]
* xref:oauth-client.adoc[]
* xref:oauth-resource-server.adoc[]