summaryrefslogtreecommitdiff
path: root/internal/oauth/README.md
diff options
context:
space:
mode:
authorLibravatar tsmethurst <tobi.smethurst@klarrio.com>2021-03-15 18:59:38 +0100
committerLibravatar tsmethurst <tobi.smethurst@klarrio.com>2021-03-15 18:59:38 +0100
commitcca676dcb3824e9f9ee21ecf0a2cf8c55b0d4ad9 (patch)
tree0aef8a75cbd731eb1637fcac6964b9eea1adcb78 /internal/oauth/README.md
parentbit of experimenting and tidying (diff)
downloadgotosocial-cca676dcb3824e9f9ee21ecf0a2cf8c55b0d4ad9.tar.xz
tests
Diffstat (limited to 'internal/oauth/README.md')
-rw-r--r--internal/oauth/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/oauth/README.md b/internal/oauth/README.md
index 5eaef673f..50a9e1274 100644
--- a/internal/oauth/README.md
+++ b/internal/oauth/README.md
@@ -1,3 +1,3 @@
# oauth
-This package provides uses [go-oauth2](https://github.com/go-oauth2/oauth2) to provide [oauth2](https://www.oauth.com/) server functionality to the GoToSocial APIs.
+This package provides uses the [GoToSocial oauth2](https://github.com/gotosocial/oauth2) module (forked from [go-oauth2](https://github.com/go-oauth2/oauth2)) to provide [oauth2](https://www.oauth.com/) server functionality to the GoToSocial APIs.