└── README.adoc /README.adoc: -------------------------------------------------------------------------------- 1 | = Spring Security for N00bz: A quick introduction for the terminally insecure 2 | 3 | == Maintainer 4 | 5 | * Mark Heckler 6 | * mailto:mark@thehecklers.org[mark@thehecklers.org] 7 | * https://twitter.com/mkheck[@mkheck on Twitter] 8 | 9 | == Purpose 10 | 11 | This meta-repo accompanies my session titled "Spring Security for N00bz: A quick introduction for the terminally insecure" and points to repos containing code written within the session. 12 | 13 | == Individual repositories 14 | 15 | * https://github.com/mkheck/ssec-forms[Project repo using form-based security with username/password authentication, authorization] 16 | * https://github.com/mkheck/ssec-oidc[Project repo for login service using OpenID Connect for authentication/OAuth2 for authorization] 17 | * https://github.com/mkheck/ssec-resource[Project repo for resource server leveraging bearer tokens/JSON Web Tokens (JWT)] 18 | 19 | == Related presentation 20 | 21 | https://speakerdeck.com/mkheck/spring-security-for-n00bz-a-quick-introduction-for-the-terminally-insecure["Spring Security for N00bz: A quick introduction for the terminally insecure" presentation] 22 | --------------------------------------------------------------------------------