How to find if a token is valid in reactive spring application. I see in non reactive application we can configure oauth/check_token . Can we do the same in reactive application and how?
Can anyone help how this can be done in reactive spring boot. Thanks