I am developing my first source connector - so far...
# connector-development
c
I am developing my first source connector - so far loving it! But, I need to do an OAuth2.0 authentication, and haven’t found any good documentation source for this. I basically need to get a bearer token using client_id and client_secret, and use the bearer token for any consecutive queries. Bearer token needs to be refreshed every hour. Does anybody have a good source of documentation to get an Airbyte newb going on setting up OAuth2.0 with the source connector?