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
added an option to return metadata alongside with interaction results, this metadata is then
retrievable i.e. during the interactionCheck call. #164, #165
added an option to return error instead of the standard interaction results, the provider
will take this error (and error_description when provided) and resolve the authorization request
with it. #167, #168