Cleanup ownership confusion in readme

This commit is contained in:
Brian Demers 2021-06-23 12:24:29 -04:00 committed by Brian Demers
parent 9f789bb4c6
commit f6d067950d
1 changed files with 2 additions and 4 deletions

View File

@ -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 [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). 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. 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 We've also added some convenience extensions that are not part of the specification, such as JWS compression and claim
enforcement. enforcement.
@ -1634,7 +1632,7 @@ Jwts.parserBuilder()
## Author ## Author
Maintained by Les Hazlewood & [Okta](https://okta.com/) Maintained by Les Hazlewood & the community :heart:
<a name="license"></a> <a name="license"></a>
## License ## License