This repository has been archived on 2023-11-13. You can view files and clone it, but cannot push or open issues or pull requests.
imagini/internal/sessions/sessions.go

10 lines
89 B
Go

package sessions
import (
"github.com/dgrijalva/jwt-go"
)
type Manager struct {
}