diff --git a/oauth/README.md b/oauth/README.md index 552bf596..19b84602 100644 --- a/oauth/README.md +++ b/oauth/README.md @@ -1,8 +1,8 @@ # klite-oauth -Implements OAuth 2.0 login with several [providers](src/OAuthClient.kt). +Implements OAuth 2.0 login with several common [providers](src/OAuthClient.kt). -You need to provide implementations of [OAuthUser and OAuthUserProvider](src/OAuthUser.kt). +You need to provide implementations of [OAuthUser and OAuthUserProvider](src/OAuthUser.kt) in your project. ```kotlin context("/oauth") {