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

OAuth 2.0 JSON Web Tokens (JWT) bearer flow. #64

Closed TuSKan closed 4 weeks ago

TuSKan commented 1 month ago

Adding Oauth Jwt Bearer (Salesforce doc)

k-capehart commented 1 month ago

@TuSKan Same with this one, thanks so much! I'll review shortly.

k-capehart commented 1 month ago

It looks like you're committing a consumerSecret in auth_test.go. Was that on purpose?

TuSKan commented 1 month ago

@TuSKan Same with this one, thanks so much! I'll review shortly.

I'm glad you like it.

It looks like you're committing a consumerSecret in auth_test.go. Was that on purpose?

This was a mistake, thank you for point it out.

k-capehart commented 4 weeks ago

@TuSKan merging this into a feature branch so I can poke around a bit