write basic OAuth driver
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
package auth
|
||||
|
||||
import "net/http"
|
||||
|
||||
// this is usually served at /callback
|
||||
func OAuthCallback(w http.ResponseWriter, r *http.Request) {
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user