This commit is contained in:
Bel LaPointe
2023-04-10 10:27:33 -06:00
parent 79c4d04509
commit d39498ff84
11 changed files with 281 additions and 19 deletions

View File

@@ -3,10 +3,10 @@ package oauth2
import (
"errors"
"fmt"
"local/oauth2"
"local/oauth2/oauth2client"
"local/oauth2/oauth2server/config"
"local/oauth2/oauth2server/server"
"gogs.inhome.blapointe.com/local/oauth2"
"gogs.inhome.blapointe.com/local/oauth2/oauth2client"
"gogs.inhome.blapointe.com/local/oauth2/oauth2server/config"
"gogs.inhome.blapointe.com/local/oauth2/oauth2server/server"
"log"
"net/http"
"net/http/cookiejar"