• Table of contents
    1Introduction to the Spring Security REST plugin
    2What's new in 1.5?
    3What's new in 1.4?
    4Configuration
    5Authentication Endpoint
    6Token Generation
    7Token Storage
    8Token Rendering
    9Token Validation Filter
    10CORS support
    11Delegating authentication to OAuth providers
    12Debugging
    13Frequently 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.5.0.RC3

Table of Contents

1Introduction to the Spring Security REST plugin
2What's new in 1.5?
3What's new in 1.4?
4Configuration
5Authentication Endpoint
5.1Logout Endpoint
6Token Generation
7Token Storage
7.1JSON Web Token
7.2Memcached
7.3GORM
7.4Redis
7.5Grails Cache
8Token Rendering
9Token Validation Filter
10CORS support
11Delegating authentication to OAuth providers
11.1Google
11.2Facebook
11.3Twitter
12Debugging
13Frequently Asked Questions
Quick Reference (hide)