fair-research / native-login

Provides Native App login and token storage for multiple providers
Apache License 2.0
3 stars 2 forks source link

Fixed exception when using local server if user declined consent #42

Closed NickolausDS closed 5 years ago

NickolausDS commented 5 years ago

If the user declined consent, error info would be sent down to the globus_sdk, resulting in an exception which makes no sense. This properly raises it at a point where it can be dealt with by code which expects the relevant LocalServerError, resulting in an exception which makes more sense and is easier to handle.