Skip to content
This repository has been archived by the owner on Jan 12, 2024. It is now read-only.

Releases: akshayjshah/connectauth

v0.6.0

12 Jan 23:36
Compare
Choose a tag to compare
v0.6.0 Pre-release
Pre-release

This package is now deprecated in favor of connectrpc.com/authn, which is officially part of the Connect project. Many thanks to everyone who's given me feedback about this API — I hope that the new package does your suggestions justice.

This package isn't going anywhere, but I don't plan to actively maintain it going forward.

Full Changelog: v0.5.0...v0.6.0

v0.5.0

08 Aug 05:42
54a95a2
Compare
Choose a tag to compare
v0.5.0 Pre-release
Pre-release

What's Changed

Following Connect's move to a new GitHub organization and vanity import paths, this release changes the import path for Connect from github.com/bufbuild/connect-go to connectrpc.com/connect. A migration guide for user code is available in the Connect release notes.

Binaries importing github.com/bufbuild/connect-go should pin to v0.4.2. Binaries importing connectrpc.com/connect should pin to v0.5.0 or later.

Breaking changes

Other changes

Full Changelog: v0.4.2...v0.5.0

v0.4.2

09 May 05:42
Compare
Choose a tag to compare
v0.4.2 Pre-release
Pre-release

What's Changed

Bugfixes

  • Actually update the README to reflect v0.4.0 renames by @akshayjshah

Full Changelog: v0.4.1...v0.4.2

v0.4.1

09 May 05:40
4da9eb0
Compare
Choose a tag to compare
v0.4.1 Pre-release
Pre-release

What's Changed

Bugfixes

Full Changelog: v0.4.0...v0.4.1

v0.4.0

09 May 05:37
4da9eb0
Compare
Choose a tag to compare
v0.4.0 Pre-release
Pre-release

What's Changed

Enhancements

Full Changelog: v0.3.0...v0.4.0

v0.3.0

01 May 07:20
Compare
Choose a tag to compare
v0.3.0 Pre-release
Pre-release

What's Changed

Enhancements

  • Move import path to go.akshayshah.org/connectauth.
  • Provide (and recommend) HTTP middleware in addition to the existing RPC interceptor.

Full Changelog: v0.2.0...v0.3.0

v0.2.0

01 May 07:13
a44d494
Compare
Choose a tag to compare
v0.2.0 Pre-release
Pre-release

What's Changed

🤦🏽‍♂️ I botched this release - it includes nothing of note.

Full Changelog: v0.1.1...v0.2.0

v0.1.1

02 Dec 08:51
Compare
Choose a tag to compare
v0.1.1 Pre-release
Pre-release

What's Changed

Bugfixes

  • Remove mistakenly exported embed from Interceptor.

Full Changelog: v0.1.0...v0.1.1

v0.1.0

02 Dec 08:34
Compare
Choose a tag to compare
v0.1.0 Pre-release
Pre-release

What's Changed

Initial release: includes support for configurable authentication and retrieving the authenticated identity from the context.

Full Changelog: https://github.com/akshayjshah/connectauth/commits/v0.1.0