diff options
author | 2021-03-15 18:59:38 +0100 | |
---|---|---|
committer | 2021-03-15 18:59:38 +0100 | |
commit | cca676dcb3824e9f9ee21ecf0a2cf8c55b0d4ad9 (patch) | |
tree | 0aef8a75cbd731eb1637fcac6964b9eea1adcb78 /internal/oauth/README.md | |
parent | bit of experimenting and tidying (diff) | |
download | gotosocial-cca676dcb3824e9f9ee21ecf0a2cf8c55b0d4ad9.tar.xz |
tests
Diffstat (limited to 'internal/oauth/README.md')
-rw-r--r-- | internal/oauth/README.md | 2 |
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. |