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:
parent
deb579d8ad
commit
80aab3ce99
4 changed files with 74 additions and 25 deletions
|
@ -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 != "" {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue