1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-07-25 16:19:46 +02:00

SQL Server provider basics

This commit is contained in:
Harvey Kandola 2019-03-27 15:09:48 -04:00
parent deb579d8ad
commit 80aab3ce99
4 changed files with 74 additions and 25 deletions

View file

@ -122,6 +122,7 @@ func (h *Handler) Login(w http.ResponseWriter, r *http.Request) {
}
// ValidateToken finds and validates authentication token.
// TODO: remove
func (h *Handler) ValidateToken(w http.ResponseWriter, r *http.Request) {
// TODO should this go after token validation?
if s := r.URL.Query().Get("section"); s != "" {