Documentation ¶
Index ¶
- Constants
- func ClaimsQ(r *http.Request) data.ClaimQ
- func CreateIdentity(w http.ResponseWriter, r *http.Request)
- func CtxClaimsQ(entry data.ClaimQ) func(context.Context) context.Context
- func CtxIssuer(iss *issuer.Issuer) func(context.Context) context.Context
- func CtxLog(entry *logan.Entry) func(context.Context) context.Context
- func CtxMasterQ(entry data.MasterQ) func(context.Context) context.Context
- func CtxProofsQ(entry data.ProofQ) func(context.Context) context.Context
- func CtxVerifierConfig(entry *config.VerifierConfig) func(context.Context) context.Context
- func Issuer(r *http.Request) *issuer.Issuer
- func Log(r *http.Request) *logan.Entry
- func MasterQ(r *http.Request) data.MasterQ
- func ProofsQ(r *http.Request) data.ProofQ
- func VerifierConfig(r *http.Request) *config.VerifierConfig
Constants ¶
View Source
const ( SHA256withRSA = "SHA256withRSA" SHA1withECDSA = "SHA1withECDSA" SHA256withECDSA = "SHA256withECDSA" )
Variables ¶
This section is empty.
Functions ¶
func CreateIdentity ¶
func CreateIdentity(w http.ResponseWriter, r *http.Request)
func CtxClaimsQ ¶ added in v0.3.4
func CtxMasterQ ¶ added in v0.3.4
func CtxVerifierConfig ¶
func VerifierConfig ¶
func VerifierConfig(r *http.Request) *config.VerifierConfig
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.