diff --git a/README.md b/README.md index 5a08ece..0825b34 100644 --- a/README.md +++ b/README.md @@ -7,8 +7,8 @@ This package provides a simple way to authenticate users with OpenID Connect and ### NOTE: This package is still in development and not ready for production use. -* Support for different OpenID Connect providers(currently tested with Keycloak and Google, but should work with any other providers) -* Support for different authentication flows (currently tested with Authorization Code Flow, but others in progress) +* Support for different OpenID Connect providers(currently tested with Keycloak and Google, but should work with any other providers). +* Support for different authentication flows (currently tested with Authorization Code Flow, but others in progress). * JWKS and PEM key support. * Custom storage for users. Default is PostgreSQL, but you can implement your own storage.