This document summarizes Burt Beckwith's presentation on using Spring Security with Grails. It provides code snippets and descriptions for enabling debug logging, several demo apps that demonstrate features like auto-assigning roles, not using roles, custom authentication processes, locking accounts after failed logins, X.509 certificate authentication, and chaining multiple authentication providers. The source code for the demo apps is available on GitHub to illustrate concepts like securing controllers and filtering requests.