to gitea.bel.blue
This commit is contained in:
@@ -2,9 +2,10 @@ package config
|
||||
|
||||
import (
|
||||
"fmt"
|
||||
"gitea.inhome.blapointe.com/local/args"
|
||||
"os"
|
||||
"strings"
|
||||
|
||||
"gitea.bel.blue/local/args"
|
||||
)
|
||||
|
||||
var (
|
||||
|
||||
@@ -1,10 +1,11 @@
|
||||
package main
|
||||
|
||||
import (
|
||||
"gitea.inhome.blapointe.com/local/oauth2/oauth2server/config"
|
||||
"gitea.inhome.blapointe.com/local/oauth2/oauth2server/server"
|
||||
"log"
|
||||
"net/http"
|
||||
|
||||
"gitea.bel.blue/local/oauth2/oauth2server/config"
|
||||
"gitea.bel.blue/local/oauth2/oauth2server/server"
|
||||
)
|
||||
|
||||
func main() {
|
||||
|
||||
@@ -2,13 +2,14 @@ package server
|
||||
|
||||
import (
|
||||
"fmt"
|
||||
"gitea.inhome.blapointe.com/local/oauth2"
|
||||
"gitea.inhome.blapointe.com/local/router"
|
||||
"gitea.inhome.blapointe.com/local/storage"
|
||||
"net/http"
|
||||
"net/url"
|
||||
"strings"
|
||||
|
||||
"gitea.bel.blue/local/oauth2"
|
||||
"gitea.bel.blue/local/router"
|
||||
"gitea.bel.blue/local/storage"
|
||||
|
||||
"github.com/google/uuid"
|
||||
)
|
||||
|
||||
|
||||
@@ -2,9 +2,10 @@ package server
|
||||
|
||||
import (
|
||||
"fmt"
|
||||
"gitea.inhome.blapointe.com/local/oauth2/oauth2server/config"
|
||||
"gitea.inhome.blapointe.com/local/router"
|
||||
"net/http"
|
||||
|
||||
"gitea.bel.blue/local/oauth2/oauth2server/config"
|
||||
"gitea.bel.blue/local/router"
|
||||
)
|
||||
|
||||
func (s *Server) Routes() error {
|
||||
|
||||
@@ -2,9 +2,10 @@ package server
|
||||
|
||||
import (
|
||||
"fmt"
|
||||
"gitea.inhome.blapointe.com/local/oauth2/oauth2server/config"
|
||||
"gitea.inhome.blapointe.com/local/router"
|
||||
"gitea.inhome.blapointe.com/local/storage"
|
||||
|
||||
"gitea.bel.blue/local/oauth2/oauth2server/config"
|
||||
"gitea.bel.blue/local/router"
|
||||
"gitea.bel.blue/local/storage"
|
||||
|
||||
"golang.org/x/time/rate"
|
||||
)
|
||||
|
||||
@@ -6,10 +6,11 @@ import (
|
||||
"crypto/sha256"
|
||||
"encoding/hex"
|
||||
"fmt"
|
||||
"gitea.inhome.blapointe.com/local/oauth2/oauth2server/config"
|
||||
"gitea.inhome.blapointe.com/local/router"
|
||||
"net/http"
|
||||
|
||||
"gitea.bel.blue/local/oauth2/oauth2server/config"
|
||||
"gitea.bel.blue/local/router"
|
||||
|
||||
"github.com/google/uuid"
|
||||
)
|
||||
|
||||
|
||||
@@ -1,8 +1,9 @@
|
||||
package server
|
||||
|
||||
import (
|
||||
"gitea.inhome.blapointe.com/local/router"
|
||||
"net/http"
|
||||
|
||||
"gitea.bel.blue/local/router"
|
||||
)
|
||||
|
||||
func (s *Server) verify(w http.ResponseWriter, r *http.Request) {
|
||||
|
||||
Reference in New Issue
Block a user