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
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?
The text was updated successfully, but these errors were encountered:
kilinochi
changed the title
Redirect without UI
Redirect without url in UI
Nov 4, 2019
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 ?
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?
The text was updated successfully, but these errors were encountered: