moar documentation

This commit is contained in:
raz-varren
2016-08-12 14:36:13 -07:00
parent 1ee09caef3
commit 00af69debe
7 changed files with 21 additions and 4 deletions

View File

@@ -1,13 +1,12 @@
/*
Package token is used by package ssgrpc for generating and validating HMAC-SHA256 tokens sent as "per RPC credentials".
*/
package token
import (
"encoding/json"
"errors"
//"fmt"
"github.com/dvsekhvalnov/jose2go"
//"net/http"
//"strings"
//"sync"
"time"
)