You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-1Lines changed: 4 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,9 +5,12 @@ This demo app consists of following three components:
5
5
*[Authorization](authorization) ... OAuth2 Authorization Server which implements some OIDC features that Spring Security requires. Using [legacy Spring Security OAuth2](https://docs.spring.io/spring-security-oauth2-boot/docs/2.3.x-SNAPSHOT/reference/html5/).
6
6
*[Todo API](todo-api) ... OAuth2 Resource Server. Provides REST API. Using [Spring Security 5's OAuth2 Resource Server functionality](https://docs.spring.io/spring-security/site/docs/5.3.2.RELEASE/reference/html5/#oauth2resourceserver).
7
7
*[Todo Frontend](todo-frontend) ... Web UI (React) backed by [Spring Security 5's OAuth2 Login functionality](https://docs.spring.io/spring-security/site/docs/5.3.2.RELEASE/reference/html5/#oauth2login) + [Spring Cloud Gateway's Token Relay](https://cloud.spring.io/spring-cloud-security/reference/html/#_client_token_relay_in_spring_cloud_gateway).
8
+
9
+
> ⚠️ Spring Security OAuth [will reach end-of-life in May 2022](https://spring.io/blog/2020/05/07/end-of-life-for-spring-security-oauth).
0 commit comments