Hey everyone, happy thursday :smile: Would anyone...
# singer-tap-development
s
Hey everyone, happy thursday 😄 Would anyone have an example of a successful oauth implementation with the SDK?
r
https://github.com/Matatika/tap-auth0 https://github.com/Matatika/tap-spotify Depends on what you mean by "successful", but both of these are being actively tested daily by us. The Auth0 tap is a little more interesting, since it sets the URL and
audience
in the body of the OAuth request from
domain
, which the user has to supply as part of the tap configuration.
s
Thanks @Reuben (Matatika)!