• Table of contents
    1Introduction to the Spring Security REST plugin
    2What's new in 1.4?
    3Configuration
    4Authentication Endpoint
    5Token Generation
    6Token Storage
    7Token Rendering
    8Token Validation Filter
    9CORS support
    10Delegating authentication to OAuth providers
    11Debugging
    12Frequently Asked Questions
  • Quick Reference

Implements authentication for REST APIs based on Spring Security. It uses a token-based workflow

(Quick Reference)

Spring Security REST Plugin - Reference Documentation

Authors: Alvaro Sanchez-Mariscal

Version: 1.4.0

Table of Contents

1Introduction to the Spring Security REST plugin
2What's new in 1.4?
3Configuration
4Authentication Endpoint
4.1Logout Endpoint
5Token Generation
6Token Storage
6.1Memcached
6.2GORM
6.3Grails Cache
7Token Rendering
8Token Validation Filter
9CORS support
10Delegating authentication to OAuth providers
10.1Google
10.2Facebook
10.3Twitter
11Debugging
12Frequently Asked Questions
Quick Reference (hide)