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
Currently, the service used by api handler does it. It should only record the Access Authorization and create a background job for generating an Access Grant.
We should consider possible racing conditions caused by it. If we redirect back to the app before generating an access grant the app can check its registration and find no access grant.. Applications should subscribe to notifications from their application registration anyways and in that case, they will get notified as soon as an access grant gets generated. We might wait with this change until Solid Notifications get decent implementations.
The text was updated successfully, but these errors were encountered:
Currently, the service used by api handler does it. It should only record the Access Authorization and create a background job for generating an Access Grant.
We should consider possible racing conditions caused by it. If we redirect back to the app before generating an access grant the app can check its registration and find no access grant.. Applications should subscribe to notifications from their application registration anyways and in that case, they will get notified as soon as an access grant gets generated. We might wait with this change until Solid Notifications get decent implementations.
The text was updated successfully, but these errors were encountered: