Skip to content

Commit

Permalink
Deprecate Nimbus(Reactive)OpaqueTokenIntrospector
Browse files Browse the repository at this point in the history
Issue gh-14245
  • Loading branch information
jzheaux committed Oct 23, 2024
1 parent 95aaf35 commit 8a97291
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,9 @@
* @author Josh Cummings
* @author MD Sayem Ahmed
* @since 5.2
* @deprecated Please use {@link SpringOpaqueTokenIntrospector} instead
*/
@Deprecated
public class NimbusOpaqueTokenIntrospector implements OpaqueTokenIntrospector {

private static final String AUTHORITY_PREFIX = "SCOPE_";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,9 @@
*
* @author Josh Cummings
* @since 5.2
* @deprecated Please use {@link SpringReactiveOpaqueTokenIntrospector} instead
*/
@Deprecated
public class NimbusReactiveOpaqueTokenIntrospector implements ReactiveOpaqueTokenIntrospector {

private static final String AUTHORITY_PREFIX = "SCOPE_";
Expand Down

0 comments on commit 8a97291

Please sign in to comment.