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: oauth2-authorization-server/src/main/java/org/springframework/security/oauth2/server/authorization/client/InMemoryRegisteredClientRepository.java
+3
Original file line number
Diff line number
Diff line change
@@ -25,6 +25,9 @@
25
25
/**
26
26
* A {@link RegisteredClientRepository} that stores {@link RegisteredClient}(s) in-memory.
27
27
*
28
+
* <p>
29
+
* <b>NOTE:</b> This implementation is recommended ONLY to be used during development/testing.
0 commit comments