Skip to content

Releases: derivita/oauth1

Update deps

10 Jan 20:10
01cee84
Compare
Choose a tag to compare
Fix tests and update deps. (#7)

Fix tests and update deps. 

* Body hash should not be included with Access Token or Request Token requests.

https://datatracker.ietf.org/doc/html/draft-eaton-oauth-bodyhash-00#when_to_include

Partial revert of 0a10983a3c29e474579f353421b3c5f7353bd534

* Fix transport_test.go

* Update deps.

* Add workflow yaml.
Based on dghubble master.

* Add cloudbuild.yaml

LTI CIM support

06 Nov 18:49
d18ea69
Compare
Choose a tag to compare
Merge pull request #6 from ribrdb/lti-cim

Add a method to sign a form for LTI launches.

v0.6.4: Merge pull request #5 from wbhumphrey/master

24 Mar 21:04
880c0bf
Compare
Choose a tag to compare
Allow apps to generate a signatureBase directly

Fix for oauth_body_hash

13 Sep 17:49
5847673
Compare
Choose a tag to compare

Previous release would update the signature to account for oauth_body_hash parameter, but not actually insert into final Authorization header. This release includes a bugfix to correct that mistake.

LTI w/ Body Hash fix

28 Aug 17:58
b098500
Compare
Choose a tag to compare
Merge pull request #3 from aparkins/master

Fix error from earlier oauthBodyHash commit

v0.6.0

21 Aug 23:00
5beb415
Compare
Choose a tag to compare

LTI support

LTI support w/o body hash

21 Aug 23:10
9c3e2e6
Compare
Choose a tag to compare
Merge pull request #1 from ribrdb/validator

Add basic signature validation as needed for LTI.