k-capehart / go-salesforce

Salesforce REST API client written in Go
https://pkg.go.dev/github.com/k-capehart/go-salesforce/v2
MIT License
31 stars 6 forks source link

jwt flow #68

Closed k-capehart closed 3 weeks ago

k-capehart commented 3 weeks ago

Authenticate to Salesforce using the JWT Bearer flow. Docs:

codecov[bot] commented 3 weeks ago

Codecov Report

Attention: Patch coverage is 83.92857% with 9 lines in your changes missing coverage. Please review.

Project coverage is 85.47%. Comparing base (3496b09) to head (5bdcded). Report is 10 commits behind head on main.

Files with missing lines Patch % Lines
auth.go 78.57% 5 Missing and 4 partials :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #68 +/- ## ========================================== - Coverage 87.84% 85.47% -2.38% ========================================== Files 6 6 Lines 1111 1404 +293 ========================================== + Hits 976 1200 +224 - Misses 69 134 +65 - Partials 66 70 +4 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

k-capehart commented 3 weeks ago

@TuSKan FYI