From aa9ce272dcfa1380b2f05bc3a90ef8ca1b0a7f62 Mon Sep 17 00:00:00 2001 From: Tobi Smethurst <31960611+tsmethurst@users.noreply.github.com> Date: Mon, 22 Mar 2021 22:26:54 +0100 Subject: Oauth/token (#7) * add host and protocol options * some fiddling * tidying up and comments * tick off /oauth/token * tidying a bit * tidying * go mod tidy * allow attaching middleware to server * add middleware * more user friendly * add comments * comments * store account + app * tidying * lots of restructuring * lint + tidy --- internal/oauth/README.md | 3 --- 1 file changed, 3 deletions(-) delete mode 100644 internal/oauth/README.md (limited to 'internal/oauth/README.md') diff --git a/internal/oauth/README.md b/internal/oauth/README.md deleted file mode 100644 index 50a9e1274..000000000 --- a/internal/oauth/README.md +++ /dev/null @@ -1,3 +0,0 @@ -# oauth - -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. -- cgit v1.2.3