spring-security.md
July 15, 2021 · View on GitHub
Bookmarks tagged [spring-security]
www.codever.land/bookmarks/t/spring-security
Spring REST + Spring Security Example – Mkyong.com
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...
- :calendar: published on: 2019-02-25
- tags: spring, spring-boot, rest, spring-security
- :octocat: source code
Reactive Spring Security 5.1 by Example - YouTube
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...
- :calendar: published on: 2018-10-04
- tags: spring, spring-security, reactive
- :octocat: source code
Securing OAuth 2.0 Resources in Spring Security 5.1 - YouTube
https://www.youtube.com/watch?v=1N-xwmoN83w
Resource Server parts
The OAuth 2.0 Authorization Framework is elaborate, with several nuances and subtl...
- :calendar: published on: 2018-10-04
- tags: spring, spring-boot, spring-security, oauth2
- :octocat: source code
Topical Guide · Spring Security Architecture
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...
- tags: spring-security, spring, architecture
Next Generation OAuth 2.0 Support with Spring Security
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...
- :calendar: published on: 2018-01-30
- tags: spring-security, oauth2
Build Reactive APIs with Spring WebFlux
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.
- tags: reactive-programming, spring-webflux, mongodb, spring-security, openid-connect, websocket
- :octocat: source code
Spring Security Reference
http://docs.spring.io/spring-security/site/docs/current/reference/htmlsingle/
Ben Alex, Luke Taylor, Rob Winch