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

Commit

Permalink
Deprecate in favor of connectrpc.com/authn
Browse files Browse the repository at this point in the history
  • Loading branch information
akshayjshah committed Jan 12, 2024
1 parent eb6d6e0 commit 0b72bff
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ connectauth
[![Report Card](https://goreportcard.com/badge/go.akshayshah.org/connectauth)](https://goreportcard.com/report/go.akshayshah.org/connectauth)
[![GoDoc](https://pkg.go.dev/badge/go.akshayshah.org/connectauth.svg)](https://pkg.go.dev/go.akshayshah.org/connectauth)

> [!CAUTION]
> A variant of this package is now officially part of the Connect project! Use
> [connectrpc.com/authn][authn] instead.
`connectauth` provides flexible authentication for [Connect][connect]
servers written in Go. It works with any authentication function, covers both
unary and streaming RPCs, and runs efficiently.
Expand Down Expand Up @@ -79,6 +83,7 @@ major version.

Offered under the [MIT license][license].

[authn]: https://github.com/connectrpc/authn-go
[connect]: https://github.com/connectrpc/connect-go
[go-support-policy]: https://golang.org/doc/devel/release#policy
[license]: https://github.com/akshayjshah/connectauth/blob/main/LICENSE

0 comments on commit 0b72bff

Please sign in to comment.