ausocean / cloud

GNU General Public License v3.0
1 stars 1 forks source link

Use background context for token exchange #130

Closed saxon-milton closed 2 weeks ago

saxon-milton commented 2 weeks ago

oauth2.NoContext is reported to be deprecated; context.Background() is suggested.