mirror of
https://github.com/raz-varren/sacrificial-socket.git
synced 2025-10-07 00:52:48 +08:00
moar documentation
This commit is contained in:
@@ -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"
|
||||
)
|
||||
|
||||
|
Reference in New Issue
Block a user