0

I have an app running and this seems to be fine unless a specific process happens in mobile. When leaving the app on the dashboard for some time and going back after the session time has laps. I log back in to the app then clicking on the link in my plugin that is using the banno-plugin-framework-bridge deeplink the page is asking for authentication even though the app already asked for login for the app. I am not saving anything in session just authenticating. The only way I have found to resolve is to leave the dashboard screen and come back and click the link.

This does not happen in desktop so this has been harder to solve. I tried adding logs but because it is redirecting to the login for authentication I am not able to render a reason for it to need to authenticate again. When I tried in desktop to see if there was a session that I can target I am not seeing anything come back with javascript call "document.cookie"

gj2022
  • 1
  • It's a bit unclear from the description, but is sounds like the situation you're encountering is described in https://stackoverflow.com/a/71267143/6680761. The mobile apps heavily cache URLs so if you have the URL sticking around with the authorization code in it, then that won't be valid when going back into the UI since authorization codes can only be consumed precisely once. If you can elaborate on the problem, then please do. – Jaime Lopez Jr. Sep 23 '22 at 22:45

0 Answers0