Skip to content

Commit

Permalink
improve readme
Browse files Browse the repository at this point in the history
  • Loading branch information
angryziber committed Jan 24, 2024
1 parent e888193 commit 58e6b7e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions oauth/README.md
Original file line number Diff line number Diff line change
@@ -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") {
Expand Down

0 comments on commit 58e6b7e

Please sign in to comment.