diff options
author | 2021-03-15 16:15:14 +0100 | |
---|---|---|
committer | 2021-03-15 16:15:14 +0100 | |
commit | 1eecc2688c5eef14b8834c8f58a46b2f8e6bc845 (patch) | |
tree | 9e9f34745028cb0ef2330b421fef57e68db8d4d4 /internal/oauth/README.md | |
parent | move mastotypes (diff) | |
download | gotosocial-1eecc2688c5eef14b8834c8f58a46b2f8e6bc845.tar.xz |
bit of experimenting and tidying
Diffstat (limited to 'internal/oauth/README.md')
-rw-r--r-- | internal/oauth/README.md | 3 |
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. |