actually do some OAuth
This commit is contained in:
@@ -1,8 +1,11 @@
|
||||
package auth
|
||||
|
||||
import "net/http"
|
||||
import (
|
||||
"fmt"
|
||||
"net/http"
|
||||
)
|
||||
|
||||
// this is usually served at /callback
|
||||
func OAuthCallback(w http.ResponseWriter, r *http.Request) {
|
||||
|
||||
fmt.Printf("Getting my OAuth callback")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user