spring-security/samples
Rob Winch 2495025845 authcodegrant samples->oauth2webclient samples
The authcodegrant samples were initially meant to be very simple
demonstration of authorization code flow. However, it has become
obvious since then that the real intent of the demo is how to use
the WebClient with OAuth (there is no other reason to do authorization
code flow unless you use the token to make a request).

The samples have been migrated to oauth2webclient and oauth2webclient-webflux
respectively. They have been improved:

* The sample demonstrates usage with annotations, webclient directly, form login
  oauth2Login, and public APIs
* The samples externalize the endpoint that is requested in the sample
  making it easier to try other endpoints
* The UI no longer relies on a data structure for the result of the
  endpoint also making it easier to try other endpoints

Issue: gh-4921
2018-09-07 08:58:50 -05:00
..
boot authcodegrant samples->oauth2webclient samples 2018-09-07 08:58:50 -05:00
certificates SEC-2230: Added testing certificates 2013-08-01 09:48:09 -05:00
javaconfig Modernize Default Log In Page 2018-07-15 19:43:42 -05:00
xml Modernize Default Log In Page 2018-07-15 19:43:42 -05:00