@ -0,0 +1,13 @@
package ssoService
import (
"log"
"net/http"
)
func main() {
http.HandleFunc("/login", loginHandler)
http.HandleFunc("/callback", callbackHandler)
http.HandleFunc("/user", userHandler)
log.Fatal(http.ListenAndServe(":8090", nil))
}
The note is not visible to the blocked user.