spring-boot-react-oauth2-social-login-demo icon indicating copy to clipboard operation
spring-boot-react-oauth2-social-login-demo copied to clipboard

Redirect without url in UI

Open kilinochi opened this issue 4 years ago • 1 comments

hi! very cool example, but I have a question - I have restful spring boot app and UI in mobile app. So, how I can redirect uri after successful authorization if UI after link in apk don't have url for redirect and get token from server?

kilinochi avatar Nov 04 '19 09:11 kilinochi

Hi @kilinochi ,

You can validate user on backend-side and after just return yes or no. OR you can encapsulate whatever you want in response and then return it as response ?

ramazansakin avatar Feb 23 '21 13:02 ramazansakin