From f6d067950d254803321b0fb9521db1addddf35f7 Mon Sep 17 00:00:00 2001 From: Brian Demers Date: Wed, 23 Jun 2021 12:24:29 -0400 Subject: [PATCH] Cleanup ownership confusion in readme --- README.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index cdc63e4b..adf85e07 100644 --- a/README.md +++ b/README.md @@ -13,11 +13,9 @@ exclusively on the [JWT](https://tools.ietf.org/html/rfc7519), [JWK](https://tools.ietf.org/html/rfc7517) and [JWA](https://tools.ietf.org/html/rfc7518) RFC specifications and open source under the terms of the [Apache 2.0 License](http://www.apache.org/licenses/LICENSE-2.0). -The library was created by [Okta's](http://www.okta.com) Senior Architect, [Les Hazlewood](https://github.com/lhazlewood) +The library was created by [Les Hazlewood](https://github.com/lhazlewood) and is supported and maintained by a [community](https://github.com/jwtk/jjwt/graphs/contributors) of contributors. -[Okta](https://developer.okta.com/) is a complete authentication and user management API for developers. - We've also added some convenience extensions that are not part of the specification, such as JWS compression and claim enforcement. @@ -1634,7 +1632,7 @@ Jwts.parserBuilder() ## Author -Maintained by Les Hazlewood & [Okta](https://okta.com/) +Maintained by Les Hazlewood & the community :heart: ## License