summaryrefslogtreecommitdiff
path: root/internal/oauth/README.md
diff options
context:
space:
mode:
authorLibravatar tsmethurst <tobi.smethurst@protonmail.com>2021-03-15 16:15:14 +0100
committerLibravatar tsmethurst <tobi.smethurst@protonmail.com>2021-03-15 16:15:14 +0100
commit1eecc2688c5eef14b8834c8f58a46b2f8e6bc845 (patch)
tree9e9f34745028cb0ef2330b421fef57e68db8d4d4 /internal/oauth/README.md
parentmove mastotypes (diff)
downloadgotosocial-1eecc2688c5eef14b8834c8f58a46b2f8e6bc845.tar.xz
bit of experimenting and tidying
Diffstat (limited to 'internal/oauth/README.md')
-rw-r--r--internal/oauth/README.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/internal/oauth/README.md b/internal/oauth/README.md
new file mode 100644
index 000000000..5eaef673f
--- /dev/null
+++ b/internal/oauth/README.md
@@ -0,0 +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.