That is useful, thank you for the response. We get the JWT token inside our app and refresh it from there when it expires (it expires in 60 minutes). In a couple places the user gets redirected to our website from the app and passes the JWT so they get automatically logged into the website.
So is this plugin expiring the WordPress login when the token expires? My impression is that WordPress is using cookies to persist logins, so I’m hoping there might be a way to wait longer than the token’s lifetime.