Skip to content

Commit fdce20f

Browse files
Fixing some typos
1 parent 4f14813 commit fdce20f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
Pulsar client plugin for auth0, aws, and etc.
33

44
## auth0 integration
5-
Integration of auth0 enables Pulsar client authenticated against [auth0](https://www.auth0.com) backend instead of the default Pulsar token. The authentication follows [the recommaned M2M flow](https://auth0.com/blog/using-m2m-authorization/).
5+
Integration of auth0 enables Pulsar client authenticated against [auth0](https://www.auth0.com) backend instead of the default Pulsar token. The authentication follows [the recommended M2M flow](https://auth0.com/blog/using-m2m-authorization/).
66

7-
Auth0 integration consists of the client side plugin and a broker auth plugin. The client plugin generates an auth0 jwt, which in turn can be autheticated and authorized by the broker side. The broker plugin has to be configured on Pulsar, not part of this repo. Please contact [Kafkaesque](https://kafkaesque.io/contact/#) to enable the broker side authorization.
7+
Auth0 integration consists of the client side plugin and a broker auth plugin. The client plugin generates an auth0 JWT, which in turn can be authenticated and authorized by the broker side. The broker plugin has to be configured on Pulsar and is not part of this repo. Please contact [Kafkaesque](https://kafkaesque.io/contact/#) to enable the broker side plugin.
88

9-
The Jar artefact is loaded on GitHub package registry.
9+
The Jar artifact is loaded on GitHub package registry.
1010

1111
In .m2/settings.xml,
1212
``` .m2/settings.xml

0 commit comments

Comments
 (0)