globus-gladier / gladier

An SDK for rapidly developing Globus Flows while leveraging Globus Compute
Apache License 2.0
9 stars 3 forks source link

Fix error after successful login due to a dependent scope change #271

Closed NickolausDS closed 1 year ago

NickolausDS commented 1 year ago

Dependent on #259 and https://github.com/globus-gladier/gladier/pull/268

When the flows client raised a dependent scope change and successfully logged in, there was still a problem of the cached scope change not being cleared after login, which made the login manager think it still hadn't been added. This is now properly cleared after login so new flows can be started.

NickolausDS commented 1 year ago

Rebased to simplify the changes here