http://librarian.i2p/search?q=The%20Master%20And%20Margarita&lang=&page=21
request_token=" + requestToken
fmt.Println(redirectURL)
http.Redirect(w, r, redirectURL, http.StatusAccepted)After checking expectedPassword against the password in the database, we can tell whe ther the user au thenticated correctly. If they did, we create the token and redirect the user back to the callback URL.