Revert "make boosts work woo (#12)" (#15)

This reverts commit 9616f46424.
This commit is contained in:
Tobi Smethurst
2021-05-08 14:25:23 +02:00
committed by GitHub
parent 9616f46424
commit ac9adb172b
21 changed files with 106 additions and 616 deletions

View File

@ -32,9 +32,9 @@ import (
const (
// AuthSignInPath is the API path for users to sign in through
AuthSignInPath = "/auth/sign_in"
AuthSignInPath = "/auth/sign_in"
// OauthTokenPath is the API path to use for granting token requests to users with valid credentials
OauthTokenPath = "/oauth/token"
OauthTokenPath = "/oauth/token"
// OauthAuthorizePath is the API path for authorization requests (eg., authorize this app to act on my behalf as a user)
OauthAuthorizePath = "/oauth/authorize"
)

View File

@ -16,7 +16,7 @@
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
package auth_test
package auth
import (
"context"