rclone/lib/oauthutil
Nick Craig-Wood 7c705e0efa oauthutil: shut down the oauth webserver when the context closes
This patch ensures that we pass the context from the CreateBackend
call all the way to the creation of the oauth web server.

This means that when the command has finished the webserver will
definitely be shut down, and if the user abandons it (eg via an rc
call timing out or being cancelled) then it will be shut down too.
2024-10-24 12:51:55 +01:00
..
oauthutil.go oauthutil: shut down the oauth webserver when the context closes 2024-10-24 12:51:55 +01:00
renew.go oauthutil: add Shutdown method 2023-12-09 11:44:50 +00:00