Skip to content

Latest commit

 

History

History

jose

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Jose Middleware for Iris web framework

GoDoc

Golang jose repository

Middleware information

This middleware has been converted to work with iris

Description

Middleware for Javascript Object Signing and Encryption. The implementation follows the JSON Web Encryption standard (RFC 7516) and JSON Web Signature standard (RFC 7515).

Underlying library is go-jose from Square

Install

$ go get -u github.com/Heirko/iris-contrib/middleware/jose

How to use

Read the jwt middleware section here