Skip to content

Latest commit

 

History

History
65 lines (56 loc) · 4.47 KB

spring-security.md

File metadata and controls

65 lines (56 loc) · 4.47 KB

Bookmarks tagged [spring-security]

https://www.mkyong.com/spring-boot/spring-rest-spring-security-example/

Technologies used :

  • Spring Boot 2.1.2.RELEASE
  • Spring 5.1.4.RELEASE
  • Spring Security 5.1.3.RELEASE
  • Spring Data JPA 2.1.4.RELEASE
  • H2 In-memory Database 1.4.197
  • Tomcat Embed 9.0.14
  • JUnit 4.1...
  • 📆 published on: 2019-02-25
  • tags: spring, spring-boot, rest, spring-security
  • :octocat: source code

https://www.youtube.com/watch?v=YcAufUtfm44

In this talk we will be taking an insecure, reactive application and gradually start applying Spring Security to it. Along the way we will discuss reactive programming, highlight the new features in S...


https://www.youtube.com/watch?v=1N-xwmoN83w

Resource Server parts

The OAuth 2.0 Authorization Framework is elaborate, with several nuances and subtl...


https://spring.io/guides/topicals/spring-security-architecture

This guide is a primer for Spring Security, offering insight into the design and basic building blocks of the framework. We only cover the very basics of application security but in doing so we can cl...


https://spring.io/blog/2018/01/30/next-generation-oauth-2-0-support-with-spring-security

The current state of OAuth 2.0 Support, within the Spring projects portfolio, is spread out between Spring Security OAuth, Spring Cloud Security, Spring Boot 1.5.x, and the new support introduced in S...


https://developer.okta.com/blog/2018/09/24/reactive-apis-with-spring-webflux#secure-your-spring-webf...

You've heard that reactive programming can help you scale? But how do you implement it? Using Spring WebFlux, of course! This article shows you how.


http://docs.spring.io/spring-security/site/docs/current/reference/htmlsingle/

Ben Alex, Luke Taylor, Rob Winch